Author: markt
Date: Thu Sep 30 16:16:05 2010
New Revision: 1003136

URL: http://svn.apache.org/viewvc?rev=1003136&view=rev
Log:
Fix remaining issues with AJP/APR and TCK. Note mod_jk log is full of warnings 
so there is still work to do here.

Modified:
    tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProtocol.java

Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProtocol.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProtocol.java?rev=1003136&r1=1003135&r2=1003136&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProtocol.java (original)
+++ tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProtocol.java Thu Sep 30 
16:16:05 2010
@@ -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());
+                        //}
                     }
                 }
             }



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

Reply via email to