From 24ce59e6e8f4d90ea7b82e1231028efa80e88ce5 Mon Sep 17 00:00:00 2001 From: fhanik Date: Thu, 12 Apr 2007 14:53:06 +0000 Subject: [PATCH] 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 --- java/org/apache/coyote/http11/Http11NioProcessor.java | 1 - 1 file changed, 1 deletion(-) 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); } } -- 2.11.0