svn commit: r1760135 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2016-09-10 Thread violetagg
Author: violetagg Date: Sat Sep 10 08:37:31 2016 New Revision: 1760135 URL: http://svn.apache.org/viewvc?rev=1760135&view=rev Log: When AprSocketWrapper.read(boolean, ByteBuffer) is invoked with a non direct ByteBuffer then use the socket read buffer before transferring the data to the provided

[Bug 58813] Incoming requests hang after a website using the ISAPI connector is restarted

2016-09-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58813 --- Comment #4 from Christian Swoboda --- Thanks a lot for the quick conformation! I meanwhile found my old Visual C++ 6.0 CD and will build a "custom" version as well, because I can't put the official version into production with this bug! @

svn commit: r1760200 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AprEndpoint.java Nio2Endpoint.java NioEndpoint.java

2016-09-10 Thread violetagg
Author: violetagg Date: Sat Sep 10 18:28:37 2016 New Revision: 1760200 URL: http://svn.apache.org/viewvc?rev=1760200&view=rev Log: Do not flip the buffer let the caller to flip it. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java tomcat/trunk/java/org/apache/tomcat/

svn commit: r1760201 - /tomcat/trunk/java/org/apache/coyote/http11/Http11InputBuffer.java

2016-09-10 Thread violetagg
Author: violetagg Date: Sat Sep 10 18:40:16 2016 New Revision: 1760201 URL: http://svn.apache.org/viewvc?rev=1760201&view=rev Log: Format the code. No functional changes. Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11InputBuffer.java Modified: tomcat/trunk/java/org/apache/coyote

svn commit: r1760227 - /tomcat/trunk/java/org/apache/coyote/http11/Http11InputBuffer.java

2016-09-10 Thread violetagg
Author: violetagg Date: Sun Sep 11 06:18:33 2016 New Revision: 1760227 URL: http://svn.apache.org/viewvc?rev=1760227&view=rev Log: Use ByteBuffer instead of byte array. Use the new method for reading the data - SocketWrapperBase.read(boolean, ByteBuffer). Modified: tomcat/trunk/java/org/apa