Skip to content
This repository was archived by the owner on Feb 16, 2026. It is now read-only.

Commit 852955a

Browse files
committed
Polish h2_rapid_reset docs
1 parent 392a551 commit 852955a

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

include/tbl/params.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1265,9 +1265,10 @@ PARAM_SIMPLE(
12651265
/* def */ "1.000",
12661266
/* units */ "seconds",
12671267
/* 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.",
1268+
"The upper threshold for how rapid an http/2 RST has to come after "
1269+
"a HEADERS frame for it to be treated as suspect and subjected to "
1270+
"the rate limits specified by h2_rapid_reset_limit and "
1271+
"h2_rapid_reset_period.",
12711272
/* flags */ EXPERIMENTAL,
12721273
)
12731274

0 commit comments

Comments
 (0)