We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 350f62d commit 83eed33Copy full SHA for 83eed33
doc/api/http2.md
@@ -3054,6 +3054,9 @@ changes:
3054
**Default:** `100`.
3055
* `settings` {HTTP/2 Settings Object} The initial settings to send to the
3056
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.
3060
* `remoteCustomSettings` {Array} The array of integer values determines the
3061
settings types, which are included in the `customSettings`-property of the
3062
received remoteSettings. Please see the `customSettings`-property of the
0 commit comments