Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: tweak ref format in local_rate_limiting. #35289

Merged
merged 1 commit into from
Jul 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Local rate limiting

Envoy supports local (non-distributed) rate limiting of L4 connections via the
:ref:`local rate limit listener filter <config_listener_filters_local_rate_limit>` and :ref:`local rate limit network filter <config_network_filters_local_rate_limit>`.
The difference is `local rate limit listener filter <config_listener_filters_local_rate_limit>` processes the sockets before TLS handshake and filter chain matching.
The difference is :ref:`local rate limit listener filter <config_listener_filters_local_rate_limit>` processes the sockets before TLS handshake and filter chain matching.

Envoy additionally supports local rate limiting of HTTP requests via the
:ref:`HTTP local rate limit filter <config_http_filters_local_rate_limit>`. This can
Expand Down