From: fhanik Date: Wed, 19 Jul 2006 18:03:23 +0000 (+0000) Subject: Adjusted comment X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=fa77e3475095ef9908815944e438637859e06058;p=tomcat7.0 Adjusted comment git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@423548 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/coyote/http11/Http11NioProcessor.java b/java/org/apache/coyote/http11/Http11NioProcessor.java index ce2a7b299..e41a39138 100644 --- a/java/org/apache/coyote/http11/Http11NioProcessor.java +++ b/java/org/apache/coyote/http11/Http11NioProcessor.java @@ -1048,7 +1048,8 @@ public class Http11NioProcessor implements ActionHook { if ( key != null ) { NioEndpoint.KeyAttachment attach = (NioEndpoint.KeyAttachment) key.attachment(); if ( attach!=null && attach.getComet()) { - //we need to recycle + //if this is a comet connection + //then execute the connection closure at the next selector loop request.getAttributes().remove("org.apache.tomcat.comet.timeout"); attach.setError(true); }