Skip to content

Commit

Permalink
doc: fix typo in router_filter.rst (envoyproxy#14966)
Browse files Browse the repository at this point in the history
Signed-off-by: wujie1993 <qq594jj@gmail.com>
  • Loading branch information
wujie1993 authored Feb 8, 2021
1 parent b1caeb3 commit 9893386
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/root/configuration/http/http_filters/router_filter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ x-envoy-retry-grpc-on
^^^^^^^^^^^^^^^^^^^^^
Setting this header will cause Envoy to attempt to retry failed requests (number of retries defaults
to 1, and can be controlled by :ref:`x-envoy-max-retries <config_http_filters_router_x-envoy-max-retries>`
header or the :ref:`route config retry policy <envoy_v3_api_field_config.route.v3.RouteAction.retry_policy>`) or the
:ref:`virtual host retry policy <envoy_v3_api_field_config.route.v3.VirtualHost.retry_policy>`.
header or the :ref:`route config retry policy <envoy_v3_api_field_config.route.v3.RouteAction.retry_policy>` or the
:ref:`virtual host retry policy <envoy_v3_api_field_config.route.v3.VirtualHost.retry_policy>`).
gRPC retries are currently only supported for gRPC status codes in response headers. gRPC status codes in
trailers will not trigger retry logic. One or more policies can be specified using a ',' delimited
list. The supported policies are:
Expand Down

0 comments on commit 9893386

Please sign in to comment.