Skip to content

Commit 4ed2f3f

Browse files
committed
fix/streamResetBurst-and-streamResetRate-options-are-missing-in-the-documentation-of-http2.CreateSecureServer
1 parent 8c2df73 commit 4ed2f3f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/api/http2.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3055,6 +3055,9 @@ changes:
30553055
**Default:** `100`.
30563056
* `settings` {HTTP/2 Settings Object} The initial settings to send to the
30573057
remote peer upon connection.
3058+
* `streamResetBurst` {number} and `streamResetRate` {number} Sets the rate
3059+
limit for the incoming stream reset (RST\_STREAM frame). Both settings must
3060+
be set to have any effect, and default to 1000 and 33 respectively.
30583061
* `remoteCustomSettings` {Array} The array of integer values determines the
30593062
settings types, which are included in the `customSettings`-property of the
30603063
received remoteSettings. Please see the `customSettings`-property of the

0 commit comments

Comments
 (0)