Author: kkolinko Date: Wed Nov 26 00:31:37 2014 New Revision: 1641736 URL: http://svn.apache.org/r1641736 Log: Correct typos Merged r1641735 from tomcat/trunk.
Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/webapps/docs/manager-howto.xml Propchange: tomcat/tc8.0.x/trunk/ ------------------------------------------------------------------------------ Merged /tomcat/trunk:r1641735 Modified: tomcat/tc8.0.x/trunk/webapps/docs/manager-howto.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/manager-howto.xml?rev=1641736&r1=1641735&r2=1641736&view=diff ============================================================================== --- tomcat/tc8.0.x/trunk/webapps/docs/manager-howto.xml (original) +++ tomcat/tc8.0.x/trunk/webapps/docs/manager-howto.xml Wed Nov 26 00:31:37 2014 @@ -926,7 +926,7 @@ The same information is available for bo appropriate.</p></li> <li><p><em>"Keep-Alive"</em> : The thread keeps the connection open to the client in case the client sends another request. If another request - is received, the next stage will br "Parse and Prepare Requst". If no + is received, the next stage will be "Parse and Prepare Request". If no request is received before the keep alive times out, the connection will be closed and the next stage will be "Ready".</p></li> <li><p><em>"Ready"</em> : The thread is at rest and ready to be --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org