This is an automated email from the ASF dual-hosted git repository. cmcfarlen pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/trafficserver.git
commit 2ac10c8f958ff5d91e68f001933b54d5e9cdbdfb Author: Brian Neradt <[email protected]> AuthorDate: Tue Feb 20 18:18:44 2024 -0600 doc: max_rst_stream_frames_per_minute defaults to 200 (#11085) This tweaks our documentation to list the default value of proxy.config.http2.max_rst_stream_frames_per_minute to be the correct 200 default value rather than 14, which was probably copy and pasted from the max_settings_frames defaults. (cherry picked from commit 8997f222ac758675f7fac54224ad7f4e8d2dcc2c) --- doc/admin-guide/files/records.yaml.en.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/admin-guide/files/records.yaml.en.rst b/doc/admin-guide/files/records.yaml.en.rst index afb7437562..81c02e4fb4 100644 --- a/doc/admin-guide/files/records.yaml.en.rst +++ b/doc/admin-guide/files/records.yaml.en.rst @@ -4550,7 +4550,7 @@ HTTP/2 Configuration This limit only will be enforced if :ts:cv:`proxy.config.http2.stream_priority_enabled` is set to 1. -.. ts:cv:: CONFIG proxy.config.http2.max_rst_stream_frames_per_minute INT 14 +.. ts:cv:: CONFIG proxy.config.http2.max_rst_stream_frames_per_minute INT 200 :reloadable: Specifies how many RST_STREAM frames |TS| receives for a minute at maximum.
