Skip to content

Commit 51e0160

Browse files
Sujal-RajRafaelGSS
authored andcommitted
doc: add streamResetBurst and streamResetRate
Added missing documentation for the streamResetBurst and streamResetRate options in the http2.createSecureServer section. This ensures developers are aware of these configurable options. Fixes: #57169 Refs: https://nodejs.org/docs/latest/api/http2.html#http2createserveroptions-onrequesthandler PR-URL: #57195 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tim Perry <[email protected]>
1 parent 24b36ae commit 51e0160

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/api/http2.md

+3
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)