Same fix as for the APR processor, although wouldn't this flag be set on the "recycle...
authorfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 3 May 2007 02:35:56 +0000 (02:35 +0000)
committerfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 3 May 2007 02:35:56 +0000 (02:35 +0000)
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

index e600769..a2b91d6 100644 (file)
@@ -818,6 +818,8 @@ public class Http11NioProcessor implements ActionHook {
         // Error flag
         error = false;
         keepAlive = true;
+        comet = false;
+        
 
         int keepAliveLeft = maxKeepAliveRequests;
         long soTimeout = endpoint.getSoTimeout();