Skip to content

Commit

Permalink
docs: Fix 2 links format typos on 'rst' documents (#34272)
Browse files Browse the repository at this point in the history
Signed-off-by: labile <[email protected]>
  • Loading branch information
labilezhu authored May 21, 2024
1 parent d795269 commit fbae6c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ same or different weights.
choices). The P2C load balancer has the property that host weights will decrease as the number of
active requests on those hosts increases. P2C selection is particularly useful for load
balancer implementations due to its resistance to
[herding behavior](https://en.wikipedia.org/wiki/Thundering_herd_problem).
`herding behavior <https://en.wikipedia.org/wiki/Thundering_herd_problem>`_.
* *all weights not equal*: If two or more hosts in the cluster have different load balancing
weights, the load balancer shifts into a mode where it uses a weighted round robin schedule in
which weights are dynamically adjusted based on the host's request load at the time of selection.
Expand Down
2 changes: 1 addition & 1 deletion docs/root/intro/life_of_a_request.rst
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ The router filter is responsible for all aspects of upstream request lifecycle m
stream allocated from the HTTP connection pool. It also is responsible for request timeouts, retries
and affinity.

The router filter is also responsible for the creation and running of the `Upstream HTTP filter <arch_overview_http_filters>`
The router filter is also responsible for the creation and running of the :ref:`Upstream HTTP filter <arch_overview_http_filters>`
chain. By default, upstream HTTP filters will start running immediately after headers arrive at the router
filter, however C++ filters can pause until the upstream connection is established if they need to
inspect the upstream stream or connection. Upstream HTTP filter chains are by default configured via cluster
Expand Down

0 comments on commit fbae6c7

Please sign in to comment.