[Patch] http implementation from GNU classpath
Tom Tromey
tromey@redhat.com
Tue Jan 11 20:09:00 GMT 2005
>>>>> "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
More information about the Java-patches
mailing list