remm        2004/01/23 15:32:34

  Modified:    webapps/docs/config http.xml
  Log:
  - Document new field.
  
  Revision  Changes    Path
  1.7       +6 -0      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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- http.xml  13 Jan 2004 18:34:20 -0000      1.6
  +++ http.xml  23 Jan 2004 23:32:34 -0000      1.7
  @@ -194,6 +194,12 @@
         this attribute is set to "false".</p>
       </attribute>
   
  +    <attribute name="maxHttpHeaderSize" required="false">
  +      <p>The maximum size of the request and response HTTP header, specified
  +      in bytes.
  +      If not specified, this attribute is set to 4096 (4 KB).</p>
  +    </attribute>
  +
       <attribute name="maxKeepAliveRequests" required="false">
         <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
  
  
  

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

Reply via email to