BIO doesn't use comet but align code with NIO/APR.
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 16 Aug 2011 09:06:22 +0000 (09:06 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 16 Aug 2011 09:06:22 +0000 (09:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1158160 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/coyote/http11/Http11Processor.java

index 0bf4829..57a6616 100644 (file)
@@ -144,6 +144,7 @@ public class Http11Processor extends AbstractHttp11Processor<Socket> {
         // Error flag
         error = false;
         keepAlive = true;
+        comet = false;
 
         if (maxKeepAliveRequests > 0) {
             socketWrapper.decrementKeepAlive();