- Recycle the comet flag (pretty large glitch ...).
authorremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 3 May 2007 00:11:35 +0000 (00:11 +0000)
committerremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 3 May 2007 00:11:35 +0000 (00:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@534661 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/coyote/http11/Http11AprProcessor.java

index 7403fa4..3c80421 100644 (file)
@@ -786,6 +786,7 @@ public class Http11AprProcessor implements ActionHook {
 
         // Error flag
         error = false;
+        comet = false;
         keepAlive = true;
 
         int keepAliveLeft = maxKeepAliveRequests;