From 3d9d3bb2356c6a20987d133cae70ad009cca3bc8 Mon Sep 17 00:00:00 2001 From: remm Date: Thu, 3 May 2007 00:11:35 +0000 Subject: [PATCH] - Recycle the comet flag (pretty large glitch ...). 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/java/org/apache/coyote/http11/Http11AprProcessor.java b/java/org/apache/coyote/http11/Http11AprProcessor.java index 7403fa4a2..3c8042109 100644 --- a/java/org/apache/coyote/http11/Http11AprProcessor.java +++ b/java/org/apache/coyote/http11/Http11AprProcessor.java @@ -786,6 +786,7 @@ public class Http11AprProcessor implements ActionHook { // Error flag error = false; + comet = false; keepAlive = true; int keepAliveLeft = maxKeepAliveRequests; -- 2.11.0