You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jf...@apache.org on 2008/08/28 09:05:15 UTC

svn commit: r689740 - /tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml

Author: jfclere
Date: Thu Aug 28 00:05:14 2008
New Revision: 689740

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

Modified:
    tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml

Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml?rev=689740&r1=689739&r2=689740&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml Thu Aug 28 00:05:14 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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org