remm 2004/02/19 13:20:19 Modified: webapps/docs/config http.xml Log: - Add documentation on -1 -> unlimited keepalive. Revision Changes Path 1.8 +3 -2 jakarta-tomcat-catalina/webapps/docs/config/http.xml Index: http.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/config/http.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- http.xml 23 Jan 2004 23:32:34 -0000 1.7 +++ http.xml 19 Feb 2004 21:20:19 -0000 1.8 @@ -204,8 +204,9 @@ <p>The maximum number of HTTP requests which can be pipelined until the connection is closed by the server. Setting this attribute to 1 will disable HTTP/1.0 keep-alive, as well as HTTP/1.1 keep-alive and - pipelining. If - not specified, this attribute is set to 100.</p> + pipelining. Setting this to -1 will cause the server to never close the + HTTP connection (unless an error or a timeout occurs). + If not specified, this attribute is set to 100.</p> </attribute> <attribute name="maxSpareThreads" required="false">
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]