On Mon, 2012-09-17 at 21:28 +0100, sebb wrote: > On 17 September 2012 20:58, <[email protected]> wrote: > > Author: olegk > > Date: Mon Sep 17 19:58:17 2012 > > New Revision: 1386795 > > > > URL: http://svn.apache.org/viewvc?rev=1386795&view=rev > > Log: > > HTTPCORE-312: LengthDelimitedEncoder incorrectly handles messages larger > > than 2GB > > > > Modified: > > httpcomponents/httpcore/branches/4.2.x/RELEASE_NOTES.txt > > > > httpcomponents/httpcore/branches/4.2.x/httpcore-nio/src/main/java/org/apache/http/impl/nio/codecs/LengthDelimitedEncoder.java > > > > Modified: httpcomponents/httpcore/branches/4.2.x/RELEASE_NOTES.txt > > URL: > > http://svn.apache.org/viewvc/httpcomponents/httpcore/branches/4.2.x/RELEASE_NOTES.txt?rev=1386795&r1=1386794&r2=1386795&view=diff > > ============================================================================== > > --- httpcomponents/httpcore/branches/4.2.x/RELEASE_NOTES.txt (original) > > +++ httpcomponents/httpcore/branches/4.2.x/RELEASE_NOTES.txt Mon Sep 17 > > 19:58:17 2012 > > @@ -1,12 +1,18 @@ > > Release 4.2.2 > > ------------------- > > > > -This is a maintenance release that fixes a number of bugs and regressions > > found since 4.2.1. > > -Users of HttpCore 4.2 are encouraged to upgrade. > > +This is a maintenance release that fixes a number of bugs and regressions > > found since 4.2.1 > > +including a major bug in NIO module causing incorrectly handling of > > outgoing Content-Length > > s/in NIO/in the NIO/ > > s/incorrectly/incorrect/ >
My bad. My English has its limits, especially if I forget to proofread. Just fix and commit. I'll never complain ;-) Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
