From: markt Date: Mon, 5 Sep 2011 10:57:13 +0000 (+0000) Subject: Correct documentation of default connection timeout X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=fbe472b465dcb8ff5f4f422f592987a3396e664f;p=tomcat7.0 Correct documentation of default connection timeout git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1165237 13f79535-47bb-0310-9956-ffa450edef68 --- 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).