You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2011/09/05 12:57:13 UTC

svn commit: r1165237 - /tomcat/trunk/webapps/docs/config/http.xml

Author: markt
Date: Mon Sep  5 10:57:13 2011
New Revision: 1165237

URL: http://svn.apache.org/viewvc?rev=1165237&view=rev
Log:
Correct documentation of default connection timeout

Modified:
    tomcat/trunk/webapps/docs/config/http.xml

Modified: tomcat/trunk/webapps/docs/config/http.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/http.xml?rev=1165237&r1=1165236&r2=1165237&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/http.xml (original)
+++ tomcat/trunk/webapps/docs/config/http.xml Mon Sep  5 10:57:13 2011
@@ -317,7 +317,7 @@
     <attribute name="connectionTimeout" required="false">
       <p>The number of milliseconds this <strong>Connector</strong> will wait,
       after accepting a connection, for the request URI line to be
-      presented.  The default value is 60000 (i.e. 60 seconds).</p>
+      presented.  The default value is 20000 (i.e. 20 seconds).</p>
     </attribute>
     
     <attribute name="connectionUploadTimeout" required="false">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org