Fix wrong default in doc.
authorjfclere <jfclere@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 28 Aug 2008 08:23:27 +0000 (08:23 +0000)
committerjfclere <jfclere@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 28 Aug 2008 08:23:27 +0000 (08:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@689758 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/config/http.xml

index 39ed424..933a8ea 100644 (file)
     <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>
+      If not specified, this attribute is set to 8192 (8 KB).</p>
     </attribute>
 
     <attribute name="maxKeepAliveRequests" required="false">