From: fhanik Date: Thu, 3 May 2007 02:35:56 +0000 (+0000) Subject: Same fix as for the APR processor, although wouldn't this flag be set on the "recycle... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ecf5df5b22038d6f3bb1e1a7ac921d14c616c816;p=tomcat7.0 Same fix as for the APR processor, although wouldn't this flag be set on the "recycle" method git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@534695 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/coyote/http11/Http11NioProcessor.java b/java/org/apache/coyote/http11/Http11NioProcessor.java index e6007695f..a2b91d681 100644 --- a/java/org/apache/coyote/http11/Http11NioProcessor.java +++ b/java/org/apache/coyote/http11/Http11NioProcessor.java @@ -818,6 +818,8 @@ public class Http11NioProcessor implements ActionHook { // Error flag error = false; keepAlive = true; + comet = false; + int keepAliveLeft = maxKeepAliveRequests; long soTimeout = endpoint.getSoTimeout();