We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 392a551 commit 852955aCopy full SHA for 852955a
1 file changed
include/tbl/params.h
@@ -1265,9 +1265,10 @@ PARAM_SIMPLE(
1265
/* def */ "1.000",
1266
/* units */ "seconds",
1267
/* descr */
1268
- "The upper threshold for how rapid an http/2 RST has to come for "
1269
- "it to be treated as suspect and subjected to the rate limits "
1270
- "specified by h2_rapid_reset_limit and h2_rapid_reset_period.",
+ "The upper threshold for how rapid an http/2 RST has to come after "
+ "a HEADERS frame for it to be treated as suspect and subjected to "
+ "the rate limits specified by h2_rapid_reset_limit and "
1271
+ "h2_rapid_reset_period.",
1272
/* flags */ EXPERIMENTAL,
1273
)
1274
0 commit comments