Remove unnecessary code.
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 17 Feb 2011 14:11:41 +0000 (14:11 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 17 Feb 2011 14:11:41 +0000 (14:11 +0000)
I don't see a code path that could result in the socket being in the map at this point

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1071617 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/coyote/ajp/AjpProtocol.java

index 7bd7cd6..d5fd00e 100644 (file)
@@ -188,7 +188,6 @@ public class AjpProtocol extends AbstractAjpProtocol {
                     // complete or dispatch)
                     return processor.asyncPostProcess();
                 } else {
-                    connections.remove(socket);
                     socket.setAsync(false);
                     recycledProcessors.offer(processor);
                 }