Fix remaining issues with AJP/APR and TCK. Note mod_jk log is full of warnings so...
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 30 Sep 2010 16:16:05 +0000 (16:16 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 30 Sep 2010 16:16:05 +0000 (16:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1003136 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/coyote/ajp/AjpAprProtocol.java

index a0faf47..4b4ea26 100644 (file)
@@ -481,9 +481,9 @@ public class AjpAprProtocol
                     if (state != SocketState.LONG && state != SocketState.ASYNC_END) {
                         connections.remove(socket);
                         recycledProcessors.offer(result);
-                        if (state == SocketState.OPEN) {
-                            proto.endpoint.getPoller().add(socket.getSocket().longValue());
-                        }
+                        //if (state == SocketState.OPEN) {
+                        //    proto.endpoint.getPoller().add(socket.getSocket().longValue());
+                        //}
                     }
                 }
             }