remm        2004/02/19 13:22:00

  Modified:    webapps/docs/config http.xml
  Log:
  - Add documentation on -1 -> unlimited keepalive (better wording).
  
  Revision  Changes    Path
  1.9       +2 -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.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- http.xml  19 Feb 2004 21:20:19 -0000      1.8
  +++ http.xml  19 Feb 2004 21:22:00 -0000      1.9
  @@ -204,8 +204,8 @@
         <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. Setting this to -1 will cause the server to never close the
  -      HTTP connection (unless an error or a timeout occurs). 
  +      pipelining. Setting this to -1 will allow an unlimited amount of 
  +      pipelined or keep-alive HTTP requests. 
         If not specified, this attribute is set to 100.</p>
       </attribute>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to