summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiaan Deckers <sebdeckers83@gmail.com>2019-02-26 10:03:48 +0800
committerGitHub <noreply@github.com>2019-02-26 10:03:48 +0800
commit59581a4b3304bb80e19ac8ee894ce6a58fe7017e (patch)
tree18ad78d5e47ead9c23f453a3f04ad2b8fa3db417
parentbba27a11c5216bbecf275cef59310cd5c058b74b (diff)
downloadnode-new-doc-max-push-default.tar.gz
doc: maxReservedRemoteStreams value constraintsdoc-max-push-default
-rw-r--r--doc/api/http2.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/api/http2.md b/doc/api/http2.md
index da2201d55c..c7a12b75b6 100644
--- a/doc/api/http2.md
+++ b/doc/api/http2.md
@@ -2141,7 +2141,9 @@ changes:
* `maxReservedRemoteStreams` {number} Sets the maximum number of reserved push
streams the client will accept at any given time. Once the current number of
currently reserved push streams exceeds reaches this limit, new push streams
- sent by the server will be automatically rejected.
+ sent by the server will be automatically rejected. The minimum allowed value
+ is 0. The maximum allowed value is 2<sup>32</sup>-1. A negative value sets
+ this option to the maximum allowed value. **Default:** `200`.
* `maxSendHeaderBlockLength` {number} Sets the maximum allowed size for a
serialized, compressed block of headers. Attempts to send headers that
exceed this limit will result in a `'frameError'` event being emitted