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