File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3541,10 +3541,10 @@ properties.
35413541 permitted on the ` Http2Session ` instances. ** Default:** ` true ` .
35423542* ` initialWindowSize ` {number} Specifies the _ sender's_ initial window size in
35433543 bytes for stream-level flow control. The minimum allowed value is 0. The
3544- maximum allowed value is 2<sup >32</sup >-1. ** Default:** ` 65535 ` .
3544+ maximum allowed value is 2<sup >32</sup >-1. ** Default:** ` 262144 ` .
35453545* ` maxFrameSize ` {number} Specifies the size in bytes of the largest frame
35463546 payload. The minimum allowed value is 16,384. The maximum allowed value is
3547- 2<sup >24</sup >-1. ** Default:** ` 16384 ` .
3547+ 2<sup >24</sup >-1. ** Default:** ` 32768 ` .
35483548* ` maxConcurrentStreams ` {number} Specifies the maximum number of concurrent
35493549 streams permitted on an ` Http2Session ` . There is no default value which
35503550 implies, at least theoretically, 2<sup >32</sup >-1 streams may be open
You can’t perform that action at this time.
0 commit comments