From 777bc4e9d55d4bdee6c185f31a106d4e61e5a1eb Mon Sep 17 00:00:00 2001 From: Kenjiro Nakayama Date: Sat, 21 Aug 2021 17:39:44 +0900 Subject: [PATCH] Remove invlaid backquote from doc Signed-off-by: Kenjiro Nakayama --- docs/root/faq/debugging/why_is_envoy_sending_http2_resets.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/root/faq/debugging/why_is_envoy_sending_http2_resets.rst b/docs/root/faq/debugging/why_is_envoy_sending_http2_resets.rst index 8bc05dc87adb1..724d7871f2cce 100644 --- a/docs/root/faq/debugging/why_is_envoy_sending_http2_resets.rst +++ b/docs/root/faq/debugging/why_is_envoy_sending_http2_resets.rst @@ -17,6 +17,6 @@ from the file "source/common/http/http2/codec_impl.cc" of the form for example: `invalid http2: Invalid HTTP header field was received: frame type: 1, stream: 1, name: [content-length], value: [3]` -You can also check :ref:`HTTP/2 stats``: in many cases where +You can also check :ref:`HTTP/2 stats `: in many cases where Envoy resets streams, for example if there are more headers than allowed by configuration or flood detection kicks in, http2 counters will be incremented as the streams are reset.