Don't unmark the object as a comet, if we do, it will not call the cleanup for it
authorfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 12 Apr 2007 14:53:06 +0000 (14:53 +0000)
committerfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 12 Apr 2007 14:53:06 +0000 (14:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@527964 13f79535-47bb-0310-9956-ffa450edef68

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

index 8300d67..0fcdeb9 100644 (file)
@@ -1073,7 +1073,6 @@ 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);
                 }
             }