Skip to content

Commit 0b93798

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: #57169 Refs: https://nodejs.org/docs/latest/api/http2.html#http2createserveroptions-onrequesthandler
1 parent afb5bea commit 0b93798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)