From fa77e3475095ef9908815944e438637859e06058 Mon Sep 17 00:00:00 2001 From: fhanik Date: Wed, 19 Jul 2006 18:03:23 +0000 Subject: [PATCH] Adjusted comment git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@423548 13f79535-47bb-0310-9956-ffa450edef68 --- java/org/apache/coyote/http11/Http11NioProcessor.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); } -- 2.11.0