Remove unnecessary code.
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 17 Feb 2011 14:04:37 +0000 (14:04 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 17 Feb 2011 14:04:37 +0000 (14:04 +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@1071614 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/coyote/http11/Http11Protocol.java

index 7292705..e8c6e94 100644 (file)
@@ -193,7 +193,6 @@ public class Http11Protocol extends AbstractHttp11JsseProtocol {
                     // complete or dispatch)
                     return processor.asyncPostProcess();
                 } else {
-                    connections.remove(socket);
                     socket.setAsync(false);
                     recycledProcessors.offer(processor);
                 }