aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/api/http2.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/http2.md b/doc/api/http2.md
index 8698af204c..acd985ede9 100644
--- a/doc/api/http2.md
+++ b/doc/api/http2.md
@@ -2065,8 +2065,8 @@ properties.
* `maxConcurrentStreams` {number} Specifies the maximum number of concurrent
streams permitted on an `Http2Session`. There is no default value which
implies, at least theoretically, 2<sup>31</sup>-1 streams may be open
- concurrently at any given time in an `Http2Session`. The minimum value is
- 0. The maximum allowed value is 2<sup>31</sup>-1.
+ concurrently at any given time in an `Http2Session`. The minimum value
+ is 0. The maximum allowed value is 2<sup>31</sup>-1.
* `maxHeaderListSize` {number} Specifies the maximum size (uncompressed octets)
of header list that will be accepted. The minimum allowed value is 0. The
maximum allowed value is 2<sup>32</sup>-1. **Default:** 65535.