Author: markt
Date: Fri May 27 12:32:24 2016
New Revision: 1745744
URL: http://svn.apache.org/viewvc?rev=1745744&view=rev
Log:
Revert r1745735 since it triggers a test failure. Further investigation is
required.
Modified:
tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java?rev=1745744&r1=1745743&r2=1745744&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java (original)
+++ tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java Fri May 27
12:32:24 2016
@@ -977,7 +977,7 @@ public abstract class AbstractProtocol<S
S socket = socketWrapper.getSocket();
if (socket != null) {
Processor processor = connections.remove(socket);
- getProtocol().removeWaitingProcessor(processor);
+ //getProtocol().removeWaitingProcessor(processor);
release(processor);
}
}
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1745744&r1=1745743&r2=1745744&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Fri May 27 12:32:24 2016
@@ -98,12 +98,6 @@
<bug>59564</bug>: Correct offset when reading into HTTP/2 input buffer
that could cause problems reading request bodies. (violetagg/markt)
</fix>
- <fix>
- If a request processor in async mode experiences a read or write
- timeout, ensure that the request processor is removed from the set of
- waiting request processors else the async timeout thread may attempt to
- timeout the request processor after it has been recycled. (markt)
- </fix>
</changelog>
</subsection>
<subsection name="Jasper">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]