Commit 7fae7f6a authored by David Reid's avatar David Reid
Browse files

- try to add a note to explain the behaviour of clients use a pipelined

  connection wrt to MaxRequestsPerChild and KeepAlive.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349476 13f79535-47bb-0310-9956-ffa450edef68
parent 021892c5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1532,6 +1532,10 @@ the server configuration files</description>
    unless otherwise specified. If the client requests it, chunked
    encoding will be used in order to send content of unknown
    length over persistent connections.</p>

    <p>When a client uses a Keep-Alive connection it will be counted
    as a single "request" for the MaxRequestsPerChild directive, regardless
    of how many requests are sent using the connection.</p>
</usage>

<seealso><directive module="core">MaxKeepAliveRequests</directive></seealso>