Author: rjung Date: Fri Jan 2 11:19:51 2015 New Revision: 1648998 URL: http://svn.apache.org/r1648998 Log: Correct docs error introduced by r1648589.
Modified: tomcat/jk/trunk/xdocs/ajp/ajpv13a.xml Modified: tomcat/jk/trunk/xdocs/ajp/ajpv13a.xml URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/ajp/ajpv13a.xml?rev=1648998&r1=1648997&r2=1648998&view=diff ============================================================================== --- tomcat/jk/trunk/xdocs/ajp/ajpv13a.xml (original) +++ tomcat/jk/trunk/xdocs/ajp/ajpv13a.xml Fri Jan 2 11:19:51 2015 @@ -651,9 +651,10 @@ Details: <subsection name="End Response"> <p> Signals the end of this request-handling cycle. If the - <code>reuse</code> flag is true (==1), this TCP connection can now be used to - handle new incoming requests. If <code>reuse</code> is true (anything - other than 0 in the actual C code), the connection should be closed. + <code>reuse</code> flag is true (anything other than 0 in the actual + C code), this TCP connection can now be used to handle new incoming + requests. If <code>reuse</code> is false (==0), the connection + should be closed. </p> </subsection> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org