From a79e83ba4efe51c9789bf00fe3d046c0dda28240 Mon Sep 17 00:00:00 2001 From: Adam Anderson <6754028+AdamEAnderson@users.noreply.github.com> Date: Fri, 14 Oct 2022 22:27:44 -0700 Subject: [PATCH] Fix broken link in HTTP3 arch overview Signed-off-by: Adam Anderson <6754028+AdamEAnderson@users.noreply.github.com> --- docs/root/intro/arch_overview/http/http3.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/root/intro/arch_overview/http/http3.rst b/docs/root/intro/arch_overview/http/http3.rst index 26b8a899f3ee8..f29edc82251e4 100644 --- a/docs/root/intro/arch_overview/http/http3.rst +++ b/docs/root/intro/arch_overview/http/http3.rst @@ -35,7 +35,7 @@ log a warning on start-up if BPF is unsupported on the platform, or is attempted It is recommanded to monitor some UDP listener and QUIC connection stats: * :repo:`UDP listener downstream_rx_datagram_dropped `: non-zero means kernel's UDP listen socket's receive buffer isn't large enough. In Linux, it can be configured via listener :ref:`socket_options ` by setting prebinding socket option SO_RCVBUF at SOL_SOCKET level. -* :repo:`QUIC connection error codes and stream reset error codes `: please refer to `quic_error_codes.h `_ for the meaning of each error codes. +* :repo:`QUIC connection error codes and stream reset error codes `: please refer to `quic_error_codes.h `_ for the meaning of each error code. HTTP3 upstream --------------