Author: violetagg
Date: Sun Apr  2 06:58:29 2017
New Revision: 1789856

URL: http://svn.apache.org/viewvc?rev=1789856&view=rev
Log:
Ensure that the socket is returned only once to the poller.

Modified:
    tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11AprProcessor.java
    tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

Modified: 
tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11AprProcessor.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11AprProcessor.java?rev=1789856&r1=1789855&r2=1789856&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11AprProcessor.java 
(original)
+++ tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11AprProcessor.java 
Sun Apr  2 06:58:29 2017
@@ -826,8 +826,6 @@ public class Http11AprProcessor implemen
                     // (long keepalive), so that the processor should be 
recycled
                     // and the method should return true
                     openSocket = true;
-                    // Add the socket to the poller
-                    endpoint.getPoller().add(socket);
                     break;
                 }
                 request.setStartTime(System.currentTimeMillis());

Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=1789856&r1=1789855&r2=1789856&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Sun Apr  2 06:58:29 2017
@@ -45,6 +45,13 @@
  General, Catalina, Coyote, Jasper, Cluster, Web applications, Other
 -->
 <section name="Tomcat 6.0.53 (violetagg)">
+  <subsection name="Coyote">
+    <changelog>
+      <fix>
+        Ensure that the socket is returned only once to the poller. (violetagg)
+      </fix>
+    </changelog>
+  </subsection>
 </section>
 <section name="Tomcat 6.0.52 (violetagg)" rtext="not released">
   <subsection name="Coyote">



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

Reply via email to