Author: jfclere
Date: Thu Aug 28 01:23:27 2008
New Revision: 689758

URL: http://svn.apache.org/viewvc?rev=689758&view=rev
Log:
Fix wrong default in doc.

Modified:
    tomcat/trunk/webapps/docs/config/http.xml

Modified: tomcat/trunk/webapps/docs/config/http.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/http.xml?rev=689758&r1=689757&r2=689758&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/http.xml (original)
+++ tomcat/trunk/webapps/docs/config/http.xml Thu Aug 28 01:23:27 2008
@@ -312,7 +312,7 @@
     <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">



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

Reply via email to