From ecf5df5b22038d6f3bb1e1a7ac921d14c616c816 Mon Sep 17 00:00:00 2001 From: fhanik Date: Thu, 3 May 2007 02:35:56 +0000 Subject: [PATCH] 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 --- java/org/apache/coyote/http11/Http11NioProcessor.java | 2 ++ 1 file changed, 2 insertions(+) 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(); -- 2.11.0