From fbe472b465dcb8ff5f4f422f592987a3396e664f Mon Sep 17 00:00:00 2001 From: markt Date: Mon, 5 Sep 2011 10:57:13 +0000 Subject: [PATCH] Correct documentation of default connection timeout git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1165237 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 b64a99ab9..b7dcf7cb7 100644 --- a/webapps/docs/config/http.xml +++ b/webapps/docs/config/http.xml @@ -317,7 +317,7 @@

The number of milliseconds this Connector will wait, after accepting a connection, for the request URI line to be - presented. The default value is 60000 (i.e. 60 seconds).

+ presented. The default value is 20000 (i.e. 20 seconds).

-- 2.11.0