after close has been called we are no longer a comet thingy
authorfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 30 Oct 2006 18:09:38 +0000 (18:09 +0000)
committerfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 30 Oct 2006 18:09:38 +0000 (18:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@469213 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/coyote/http11/Http11NioProcessor.java

index 1da6684..1b728cf 100644 (file)
@@ -1057,6 +1057,7 @@ public class Http11NioProcessor implements ActionHook {
                     //then execute the connection closure at the next selector loop
                     request.getAttributes().remove("org.apache.tomcat.comet.timeout");
                     attach.setError(true);
+                    attach.setComet(false);
                 }
             }