Author: fhanik
Date: Sat Apr 14 08:02:21 2007
New Revision: 528819

URL: http://svn.apache.org/viewvc?view=rev&rev=528819
Log:
oops, didn't mean to make that into the prev commit


Modified:
    tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java

Modified: 
tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java?view=diff&rev=528819&r1=528818&r2=528819
==============================================================================
--- tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java 
(original)
+++ tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java 
Sat Apr 14 08:02:21 2007
@@ -950,14 +950,14 @@
 
 
             rp.setStage(org.apache.coyote.Constants.STAGE_KEEPALIVE);
-//            if (!error && keepAlive && !comet) {
-//                //we're at a keep alive stage,
-//                openSocket = true;
-//                //Add the socket to the poller
-//                socket.getPoller().add(socket);
-//                //free up the thread
-//                break;
-//            }
+            if (!error && keepAlive && !comet) {
+                //we're at a keep alive stage,
+                openSocket = true;
+                //Add the socket to the poller
+                socket.getPoller().add(socket);
+                //free up the thread
+                break;
+            }
         }
 
         rp.setStage(org.apache.coyote.Constants.STAGE_ENDED);



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to