Return-Path: X-Original-To: apmail-tomcat-dev-archive@www.apache.org Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 686CC8D2F for ; Mon, 5 Sep 2011 10:57:59 +0000 (UTC) Received: (qmail 63327 invoked by uid 500); 5 Sep 2011 10:57:55 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 62962 invoked by uid 500); 5 Sep 2011 10:57:40 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 62929 invoked by uid 99); 5 Sep 2011 10:57:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Sep 2011 10:57:35 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Sep 2011 10:57:33 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id D6E42238897D for ; Mon, 5 Sep 2011 10:57:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1165237 - /tomcat/trunk/webapps/docs/config/http.xml Date: Mon, 05 Sep 2011 10:57:13 -0000 To: dev@tomcat.apache.org From: markt@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110905105713.D6E42238897D@eris.apache.org> 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 @@

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).

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