You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2015/01/02 12:19:52 UTC

svn commit: r1648998 - /tomcat/jk/trunk/xdocs/ajp/ajpv13a.xml

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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org