@@ -1896,19 +1896,23 @@ PARAM(
18961896)
18971897#endif
18981898
1899+ #define H2_RR_INFO \
1900+ "Changes to this parameter affect the default for new HTTP2 " \
1901+ "sessions."
1902+
18991903PARAM (
19001904 /* name */ h2_rapid_reset ,
19011905 /* typ */ timeout ,
19021906 /* min */ "0" ,
19031907 /* max */ NULL ,
19041908 /* default */ "1.0" ,
19051909 /* units */ "seconds" ,
1906- /* flags */ EXPERIMENTAL ,
1910+ /* flags */ EXPERIMENTAL | DELAYED_EFFECT ,
19071911 /* s-text */
19081912 "The upper threshold for how soon an http/2 RST_STREAM frame has "
19091913 "to be parsed after a HEADERS frame for it to be treated as "
19101914 "suspect and subjected to the rate limits specified by "
1911- "h2_rapid_reset_limit and h2_rapid_reset_period." ,
1915+ "h2_rapid_reset_limit and h2_rapid_reset_period." H2_RR_INFO ,
19121916 /* l-text */ "" ,
19131917 /* func */ NULL
19141918)
@@ -1921,12 +1925,12 @@ PARAM(
19211925 /* max */ NULL ,
19221926 /* default */ "100" ,
19231927 /* units */ NULL ,
1924- /* flags */ EXPERIMENTAL ,
1928+ /* flags */ EXPERIMENTAL | DELAYED_EFFECT ,
19251929 /* s-text */
19261930 "HTTP2 RST Allowance.\n\n"
19271931 "Specifies the maximum number of allowed stream resets issued by "
19281932 "a client over a time period before the connection is closed. Setting "
1929- "this parameter to 0 disables the limit." ,
1933+ "this parameter to 0 disables the limit." H2_RR_INFO ,
19301934 /* l-text */ "" ,
19311935 /* func */ NULL
19321936)
@@ -1939,9 +1943,9 @@ PARAM(
19391943 /* max */ NULL ,
19401944 /* default */ "60.000" ,
19411945 /* units */ "seconds" ,
1942- /* flags */ EXPERIMENTAL | WIZARD ,
1946+ /* flags */ EXPERIMENTAL | DELAYED_EFFECT | WIZARD ,
19431947 /* s-text */
1944- "HTTP2 sliding window duration for h2_rapid_reset_limit." ,
1948+ "HTTP2 sliding window duration for h2_rapid_reset_limit." H2_RR_INFO ,
19451949 /* l-text */ "" ,
19461950 /* func */ NULL
19471951)
0 commit comments