Commit 4a96b1bc authored by Luca Toscano's avatar Luca Toscano
Browse files

Added a note to mod_ratelimit's documentation.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1774511 13f79535-47bb-0310-9956-ffa450edef68
parent 7ae53485
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -35,6 +35,8 @@ the document to validate. -->
<summary>

<p>Provides a filter named <code>RATE_LIMIT</code> to limit client bandwidth.
The throttling is applied to each HTTP response while it is transferred to the client,
and not aggregated at IP/client level.
The connection speed to be simulated is specified, in KiB/s, using the environment
variable <code>rate-limit</code>.</p>