From: fhanik Date: Thu, 12 Apr 2007 14:53:06 +0000 (+0000) Subject: Don't unmark the object as a comet, if we do, it will not call the cleanup for it X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=24ce59e6e8f4d90ea7b82e1231028efa80e88ce5;p=tomcat7.0 Don't unmark the object as a comet, if we do, it will not call the cleanup for it git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@527964 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/coyote/http11/Http11NioProcessor.java b/java/org/apache/coyote/http11/Http11NioProcessor.java index 8300d6747..0fcdeb90a 100644 --- a/java/org/apache/coyote/http11/Http11NioProcessor.java +++ b/java/org/apache/coyote/http11/Http11NioProcessor.java @@ -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); } }