This is an automated email from the ASF dual-hosted git repository. cmcfarlen pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/trafficserver.git
commit 64a3c94a5fdf23a134e548dd993a702492d7a514 Author: Leif Hedstrom <[email protected]> AuthorDate: Fri Apr 19 08:42:42 2024 -0600 Adds missing empty line for rate limit docs (#11261) (cherry picked from commit 2492c84cddce48cb12acd5c799739103e2f648da) --- doc/admin-guide/plugins/rate_limit.en.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/admin-guide/plugins/rate_limit.en.rst b/doc/admin-guide/plugins/rate_limit.en.rst index 1b1b85af8a..4b54465bc3 100644 --- a/doc/admin-guide/plugins/rate_limit.en.rst +++ b/doc/admin-guide/plugins/rate_limit.en.rst @@ -102,6 +102,7 @@ are available: ":8080" being appended to the string. .. option:: --conntrack + This flag tells the limiter that rather than limiting the number of active transactions, it should limit the number of active connections. This allows an established connection to make any number of transactions, but limits the number of connections that can be
