This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch] http implementation from GNU classpath


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]