]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Document that KeepAliveTimeout still applies regardless of
authorJoe Orton <jorton@apache.org>
Fri, 30 Oct 2020 10:28:30 +0000 (10:28 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 30 Oct 2020 10:28:30 +0000 (10:28 +0000)
how RequestReadTimeout is used (had some user confusion by this
since the behaviour changed within 2.4.x, e.g. PR 56729).

[skip ci]

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

docs/manual/mod/mod_reqtimeout.xml

index 391be0fecf8b495a1a337359012c2b9c6e75cf63..7b4d3e6d112d92cdd8b749075f7b1563f082daf1 100644 (file)
@@ -132,6 +132,12 @@ the request headers and/or body from client.
     configured with <directive>RequestReadTimeout</directive> are only effective
     after the server process has received the socket.</p>
 
+    <p>When waiting for a subsequent request on a kept-alive
+    connection, the timeout configured by <directive
+    module="core">KeepAliveTimeout</directive> applies regardless of
+    whether <directive>RequestReadTimeout</directive> is also
+    used.</p>
+    
     <p>For each of the three timeout stages (handshake, header or body), there are
     three ways to specify the timeout:
     </p>