Author: markt Date: Thu May 28 09:37:40 2015 New Revision: 1682184 URL: http://svn.apache.org/r1682184 Log: No need to set the keep-alive timeout. It has already been set in the Processor
Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProtocol.java Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProtocol.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProtocol.java?rev=1682184&r1=1682183&r2=1682184&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProtocol.java (original) +++ tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProtocol.java Thu May 28 09:37:40 2015 @@ -90,7 +90,6 @@ public class AjpAprProtocol extends Abst processor.recycle(); recycledProcessors.push(processor); if (addToPoller) { - socket.setReadTimeout(getProtocol().getEndpoint().getKeepAliveTimeout()); socket.registerReadInterest(); } } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org