From 73c6abde5969a94448adca220ef25a2bae1213d5 Mon Sep 17 00:00:00 2001 From: jfclere Date: Thu, 28 Aug 2008 08:23:27 +0000 Subject: [PATCH] Fix wrong default in doc. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@689758 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/config/http.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).

-- 2.11.0