]> granicus.if.org Git - apache/commitdiff
Note that Timeout on a new connection can be "hidden" by an
authorEric Covener <covener@apache.org>
Mon, 7 Mar 2016 18:22:39 +0000 (18:22 +0000)
committerEric Covener <covener@apache.org>
Mon, 7 Mar 2016 18:22:39 +0000 (18:22 +0000)
AcceptFilter.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1733952 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index c35ea6ae909c7d87b13f84d30724a4ebc77fe487..c3058e3eb182e30703038cd327ffaaac4bc32aee 100644 (file)
@@ -4455,9 +4455,13 @@ certain events before failing a request</description>
     of time Apache httpd will wait for I/O in various circumstances:</p>
 
     <ol>
-      <li>When reading data from the client, the length of time to
+      <li><p>When reading data from the client, the length of time to
       wait for a TCP packet to arrive if the read buffer is
-      empty.</li>
+      empty.</p>
+      <p> For initial data on a new connection, this directive doesn't
+      take effect until after any configured <directive module="core">
+      AcceptFilter</directive> has passed the new connection to the server.</p>
+      </li>
 
       <li>When writing data to the client, the length of time to wait
       for an acknowledgement of a packet if the send buffer is