The protocol class will register the socket with the poller for another read event
authorfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 29 May 2007 20:52:25 +0000 (20:52 +0000)
committerfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 29 May 2007 20:52:25 +0000 (20:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@542649 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/coyote/http11/Http11NioProcessor.java

index 4e6948b..c094fa2 100644 (file)
@@ -841,7 +841,6 @@ public class Http11NioProcessor implements ActionHook {
                 keptAlive = true;
                 if ( !inputBuffer.parseHeaders() ) {
                     openSocket = true;
-                    socket.getPoller().add(socket);
                     recycle = false;
                     break;
                 }