Adjusted comment
authorfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 19 Jul 2006 18:03:23 +0000 (18:03 +0000)
committerfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 19 Jul 2006 18:03:23 +0000 (18:03 +0000)
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

index ce2a7b2..e41a391 100644 (file)
@@ -1048,7 +1048,8 @@ public class Http11NioProcessor implements ActionHook {
             if ( key != null ) {\r
                 NioEndpoint.KeyAttachment attach = (NioEndpoint.KeyAttachment) key.attachment();\r
                 if ( attach!=null && attach.getComet()) {\r
-                    //we need to recycle\r
+                    //if this is a comet connection\r
+                    //then execute the connection closure at the next selector loop\r
                     request.getAttributes().remove("org.apache.tomcat.comet.timeout");\r
                     attach.setError(true);\r
                 }\r