This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [Patch] http implementation from GNU classpath
- From: Tom Tromey <tromey at redhat dot com>
- To: "Michael Koch" <konqueror at gmx dot de>
- Cc: java-patches at gcc dot gnu dot org
- Date: 11 Jan 2005 13:05:17 -0700
- Subject: Re: [Patch] http implementation from GNU classpath
- References: <20050111143814.GA8947@asterix.konqueror.de>
- Reply-to: tromey at redhat dot com
>>>>> "Michael" == Michael Koch <konqueror@gmx.de> writes:
Michael> the attached patch merges the HTTP implementation from GNU classpath
Michael> which got it from GNU inetlib. This fixes all out HTTP related PRs.
Michael> This implementation is really implements HTTP/1.1. It supports chunked
Michael> transfers, cookies, authentication and should be more standard
Michael> compliant.
Awesome.
Michael> I think we should really merge this implementation instead of
Michael> trying to bugfix our own old code which is known to be broken
Michael> in many ways.
I agree. Please check this in. Thanks for merging this.
I talked to you on irc, and you said this has been tested quite a bit
and bugs fixed in it (including bugs existing in our old
implementation). Info like this is good to put in a message like
this. It makes it much simpler to just say "yes", since we can read
immediately about the depth of the testing.
Michael> PR libgcj/14012, PR libgcj/14013, PR libgcj/15157, PR
Michael> libgcj/15509
I love seeing things like this.
Tom