Author: markt
Date: Tue Jul 28 13:38:50 2015
New Revision: 1693094

URL: http://svn.apache.org/r1693094
Log:
Align with trunk (and is why BZ 58103 wasn't reproducible on trunk)

Modified:
    tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

Modified: tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java?rev=1693094&r1=1693093&r2=1693094&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java 
(original)
+++ tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java Tue 
Jul 28 13:38:50 2015
@@ -580,6 +580,7 @@ public class Nio2Endpoint extends Abstra
 
     protected boolean processSocket0(SocketWrapper<Nio2Channel> socketWrapper, 
SocketStatus status, boolean dispatch) {
         try {
+            waitingRequests.remove(socketWrapper);
             SocketProcessor sc = (useCaches) ? processorCache.pop() : null;
             if (sc == null) {
                 sc = new SocketProcessor(socketWrapper, status);



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to