Author: fhanik
Date: Wed May  2 19:35:56 2007
New Revision: 534695

URL: http://svn.apache.org/viewvc?view=rev&rev=534695
Log:
Same fix as for the APR processor, although wouldn't this flag be set on the 
"recycle" method

Modified:
    tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java

Modified: 
tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java?view=diff&rev=534695&r1=534694&r2=534695
==============================================================================
--- tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java 
(original)
+++ tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java 
Wed May  2 19:35:56 2007
@@ -818,6 +818,8 @@
         // Error flag
         error = false;
         keepAlive = true;
+        comet = false;
+        
 
         int keepAliveLeft = maxKeepAliveRequests;
         long soTimeout = endpoint.getSoTimeout();



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to