]> granicus.if.org Git - apache/commitdiff
Added a note to mod_ratelimit's documentation.
authorLuca Toscano <elukey@apache.org>
Thu, 15 Dec 2016 18:32:47 +0000 (18:32 +0000)
committerLuca Toscano <elukey@apache.org>
Thu, 15 Dec 2016 18:32:47 +0000 (18:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1774511 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ratelimit.xml

index 973b8e1f0f0f282d151e0ef38c45d3c0fafedfb3..2e4418abe5e9cae650cfb4a7d532cc87865cae3e 100644 (file)
@@ -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>