From: fhanik Date: Mon, 30 Oct 2006 18:09:38 +0000 (+0000) Subject: after close has been called we are no longer a comet thingy X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=df3fb8230df975065feb9ec06ffb0afa95dd72be;p=tomcat7.0 after close has been called we are no longer a comet thingy git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@469213 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/coyote/http11/Http11NioProcessor.java b/java/org/apache/coyote/http11/Http11NioProcessor.java index 1da6684d0..1b728cf88 100644 --- a/java/org/apache/coyote/http11/Http11NioProcessor.java +++ b/java/org/apache/coyote/http11/Http11NioProcessor.java @@ -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); } }