Re: svn commit: r1682087 - in /tomcat/trunk/java/org/apache: coyote/http11/Http11InputBuffer.java tomcat/util/net/Nio2Endpoint.java tomcat/util/net/SocketWrapperBase.java

2015-05-27 Thread Rémy Maucherat
2015-05-27 20:22 GMT+02:00 Mark Thomas : > On 27/05/2015 18:45, r...@apache.org wrote: > > Author: remm > > Date: Wed May 27 17:45:31 2015 > > New Revision: 1682087 > > > > URL: http://svn.apache.org/r1682087 > > Log: > > Avoid IO peeking with NIO2 to read the request line (introduced in > r168174

Re: svn commit: r1682087 - in /tomcat/trunk/java/org/apache: coyote/http11/Http11InputBuffer.java tomcat/util/net/Nio2Endpoint.java tomcat/util/net/SocketWrapperBase.java

2015-05-27 Thread Mark Thomas
On 27/05/2015 18:45, r...@apache.org wrote: > Author: remm > Date: Wed May 27 17:45:31 2015 > New Revision: 1682087 > > URL: http://svn.apache.org/r1682087 > Log: > Avoid IO peeking with NIO2 to read the request line (introduced in r1681742), > as the processor and its buffer is no longer associa

svn commit: r1682087 - in /tomcat/trunk/java/org/apache: coyote/http11/Http11InputBuffer.java tomcat/util/net/Nio2Endpoint.java tomcat/util/net/SocketWrapperBase.java

2015-05-27 Thread remm
Author: remm Date: Wed May 27 17:45:31 2015 New Revision: 1682087 URL: http://svn.apache.org/r1682087 Log: Avoid IO peeking with NIO2 to read the request line (introduced in r1681742), as the processor and its buffer is no longer associated and may not be the one processing the request. Modifie