Skip to content

Commit

Permalink
Polish h2_rapid_reset docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nigoroll committed Oct 17, 2023
1 parent 392a551 commit 852955a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions include/tbl/params.h
Original file line number Diff line number Diff line change
Expand Up @@ -1265,9 +1265,10 @@ PARAM_SIMPLE(
/* def */ "1.000",
/* units */ "seconds",
/* descr */
"The upper threshold for how rapid an http/2 RST has to come for "
"it to be treated as suspect and subjected to the rate limits "
"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 "
"h2_rapid_reset_period.",
/* flags */ EXPERIMENTAL,
)

Expand Down

0 comments on commit 852955a

Please sign in to comment.