From: Eric Covener Date: Mon, 7 Mar 2016 18:22:39 +0000 (+0000) Subject: Note that Timeout on a new connection can be "hidden" by an X-Git-Tag: 2.5.0-alpha~1954 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f95813fa81dc39d9001085cd7c85d257824d8de9;p=apache Note that Timeout on a new connection can be "hidden" by an AcceptFilter. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1733952 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index c35ea6ae90..c3058e3eb1 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -4455,9 +4455,13 @@ certain events before failing a request of time Apache httpd will wait for I/O in various circumstances:

    -
  1. When reading data from the client, the length of time to +
  2. When reading data from the client, the length of time to wait for a TCP packet to arrive if the read buffer is - empty.

  3. + empty.

    +

    For initial data on a new connection, this directive doesn't + take effect until after any configured + AcceptFilter has passed the new connection to the server.

    +
  4. When writing data to the client, the length of time to wait for an acknowledgement of a packet if the send buffer is