@@ -1257,6 +1257,8 @@ PARAM_SIMPLE(
12571257 "HTTP2 maximum size of an uncompressed header list."
12581258)
12591259
1260+ #define H2_RR_INFO \
1261+ "Changes to this parameter affect the default for new HTTP2 sessions"
12601262PARAM_SIMPLE (
12611263 /* name */ h2_rapid_reset ,
12621264 /* typ */ timeout ,
@@ -1268,8 +1270,8 @@ PARAM_SIMPLE(
12681270 "The upper threshold for how soon an http/2 RST_STREAM frame has "
12691271 "to be parsed after a HEADERS frame for it to be treated as "
12701272 "suspect and subjected to the rate limits specified by "
1271- "h2_rapid_reset_limit and h2_rapid_reset_period." ,
1272- /* flags */ EXPERIMENTAL ,
1273+ "h2_rapid_reset_limit and h2_rapid_reset_period.\n" H2_RR_INFO ,
1274+ /* flags */ EXPERIMENTAL | DELAYED_EFFECT ,
12731275)
12741276
12751277PARAM_SIMPLE (
@@ -1283,8 +1285,8 @@ PARAM_SIMPLE(
12831285 "HTTP2 RST Allowance.\n"
12841286 "Specifies the maximum number of allowed stream resets issued by\n"
12851287 "a client over a time period before the connection is closed.\n"
1286- "Setting this parameter to 0 disables the limit." ,
1287- /* flags */ EXPERIMENTAL ,
1288+ "Setting this parameter to 0 disables the limit.\n" H2_RR_INFO ,
1289+ /* flags */ EXPERIMENTAL | DELAYED_EFFECT ,
12881290)
12891291
12901292PARAM_SIMPLE (
@@ -1295,8 +1297,8 @@ PARAM_SIMPLE(
12951297 /* def */ "60.000" ,
12961298 /* units */ "seconds" ,
12971299 /* descr */
1298- "HTTP2 sliding window duration for h2_rapid_reset_limit." ,
1299- /* flags */ EXPERIMENTAL |WIZARD ,
1300+ "HTTP2 sliding window duration for h2_rapid_reset_limit.\n" H2_RR_INFO ,
1301+ /* flags */ EXPERIMENTAL |DELAYED_EFFECT | WIZARD ,
13001302)
13011303
13021304/*--------------------------------------------------------------------
0 commit comments