From 3fa4d85946e073250a233337d4754c671ac545a8 Mon Sep 17 00:00:00 2001 From: markt Date: Wed, 4 May 2011 17:22:22 +0000 Subject: [PATCH] Note that there is a minimum value for packetSize git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1099528 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/config/ajp.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapps/docs/config/ajp.xml b/webapps/docs/config/ajp.xml index 5fc092c64..08ed2bff5 100644 --- a/webapps/docs/config/ajp.xml +++ b/webapps/docs/config/ajp.xml @@ -334,7 +334,8 @@ directive configured for mod_jk. Normally it is not necessary to change the maximum packet size. Problems with the default value have been reported when sending certificates or certificate chains. The default - value is 8192.

+ value is 8192. If set to less than 8192 then the setting will ignored and + the default value of 8192 used.

-- 2.11.0