We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0782e22 commit ec7365bCopy full SHA for ec7365b
doc/api/http2.md
@@ -3055,6 +3055,9 @@ changes:
3055
**Default:** `100`.
3056
* `settings` {HTTP/2 Settings Object} The initial settings to send to the
3057
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.
3061
* `remoteCustomSettings` {Array} The array of integer values determines the
3062
settings types, which are included in the `customSettings`-property of the
3063
received remoteSettings. Please see the `customSettings`-property of the
0 commit comments