Correct regression caused by connector re-factoring that made AJP
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 4 Jul 2011 17:46:15 +0000 (17:46 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 4 Jul 2011 17:46:15 +0000 (17:46 +0000)
APR/native connector very unstable on Windows platforms.

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

java/org/apache/coyote/ajp/AjpAprProcessor.java
webapps/docs/changelog.xml

index 361a735..6cf6ac5 100644 (file)
@@ -239,8 +239,6 @@ public class AjpAprProcessor extends AbstractAjpProcessor {
         } else if (isAsync()) {
             return SocketState.LONG;
         } else {
-            // Add the socket to the poller
-            ((AprEndpoint)endpoint).getPoller().add(socketRef);
             return SocketState.OPEN;
         }
     }
index f9d1bc3..1f3349a 100644 (file)
       </fix>
     </changelog>
   </subsection>
+  <subsection name="Coyote">
+    <changelog>
+      <fix>
+        Correct regression caused by connector re-factoring that made AJP
+        APR/native connector very unstable on Windows platforms. (markt)
+      </fix>
+    </changelog>
+  </subsection>
   <subsection name="Other">
     <changelog>
       <fix>