Author: markt
Date: Mon Sep 2 12:16:54 2013
New Revision: 1519409
URL: http://svn.apache.org/r1519409
Log:
Remove comment to align with BIO and NIO to aid future refactoring
Modified:
tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProcessor.java
Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProcessor.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProcessor.java?rev=1519409&r1=1519408&r2=1519409&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProcessor.java (original)
+++ tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProcessor.java Mon Sep 2
12:16:54 2013
@@ -122,9 +122,6 @@ public class AjpAprProcessor extends Abs
try {
// Get first message of the request
if (!readMessage(requestHeaderMessage, !keptAlive)) {
- // This means that no data is available right now
- // (long keepalive), so that the processor should be
recycled
- // and the method should return true
break;
}
// Set back timeout if keep alive timeout is enabled
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]