]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Added a note to mod_ratelimit documentation
authorLuca Toscano <elukey@apache.org>
Thu, 15 Dec 2016 18:24:38 +0000 (18:24 +0000)
committerLuca Toscano <elukey@apache.org>
Thu, 15 Dec 2016 18:24:38 +0000 (18:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1774506 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ratelimit.xml

index 10658fb62d51f62a7149990663ce84502ba6dd7f..5886b4e82fccd7a4fde14630d3d5f2be604115f1 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>