Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 83eed33

Browse filesBrowse files
Sujal-Rajaduh95
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 <matteo.collina@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tim Perry <pimterry@gmail.com>
1 parent 350f62d commit 83eed33
Copy full SHA for 83eed33

File tree

Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed
Open diff view settings
Collapse file

‎doc/api/http2.md‎

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.