From: fhanik Date: Tue, 29 May 2007 20:52:25 +0000 (+0000) Subject: The protocol class will register the socket with the poller for another read event X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2809c008b6fe5486e4fcdda5d756cc670537ded3;p=tomcat7.0 The protocol class will register the socket with the poller for another read event git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@542649 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/coyote/http11/Http11NioProcessor.java b/java/org/apache/coyote/http11/Http11NioProcessor.java index 4e6948b99..c094fa20d 100644 --- a/java/org/apache/coyote/http11/Http11NioProcessor.java +++ b/java/org/apache/coyote/http11/Http11NioProcessor.java @@ -841,7 +841,6 @@ public class Http11NioProcessor implements ActionHook { keptAlive = true; if ( !inputBuffer.parseHeaders() ) { openSocket = true; - socket.getPoller().add(socket); recycle = false; break; }