Author: markt Date: Thu Feb 17 14:11:41 2011 New Revision: 1071617 URL: http://svn.apache.org/viewvc?rev=1071617&view=rev Log: Remove unnecessary code. I don't see a code path that could result in the socket being in the map at this point
Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpProtocol.java Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpProtocol.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/ajp/AjpProtocol.java?rev=1071617&r1=1071616&r2=1071617&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/coyote/ajp/AjpProtocol.java (original) +++ tomcat/trunk/java/org/apache/coyote/ajp/AjpProtocol.java Thu Feb 17 14:11:41 2011 @@ -188,7 +188,6 @@ public class AjpProtocol extends Abstrac // complete or dispatch) return processor.asyncPostProcess(); } else { - connections.remove(socket); socket.setAsync(false); recycledProcessors.offer(processor); } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org