From: jfclere Date: Thu, 28 Aug 2008 08:23:27 +0000 (+0000) Subject: Fix wrong default in doc. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=73c6abde5969a94448adca220ef25a2bae1213d5;p=tomcat7.0 Fix wrong default in doc. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@689758 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml index 39ed42426..933a8eade 100644 --- a/webapps/docs/config/http.xml +++ b/webapps/docs/config/http.xml @@ -312,7 +312,7 @@

The maximum size of the request and response HTTP header, specified in bytes. - If not specified, this attribute is set to 4096 (4 KB).

+ If not specified, this attribute is set to 8192 (8 KB).