Skip to content

Commit 2262e7f

Browse files
committed
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: https://github.com/nodejs/node/issues?q=%2357169 Refs: https://nodejs.org/docs/latest/api/http2.html#http2createserveroptions-onrequesthandler
1 parent afb5bea commit 2262e7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/http2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3057,7 +3057,7 @@ changes:
30573057
remote peer upon connection.
30583058
* `streamResetBurst` {number} and `streamResetRate` {number} Sets the rate
30593059
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.
3060+
be set to have any effect, and default to 1000 and 33 respectively.
30613061
* `remoteCustomSettings` {Array} The array of integer values determines the
30623062
settings types, which are included in the `customSettings`-property of the
30633063
received remoteSettings. Please see the `customSettings`-property of the

0 commit comments

Comments
 (0)