summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-03-28 06:02:50 +0300
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-03-29 00:23:50 +0300
commit7e07687230894e2c8d84e91e71251d21609e062e (patch)
tree1a68ea73ec52a79c67ae34eb57f52f2e338db422 /doc
parentbc690e9ef52bebc34cad7ddb40e74472bcb272ca (diff)
downloadandroid-node-v8-7e07687230894e2c8d84e91e71251d21609e062e.tar.gz
android-node-v8-7e07687230894e2c8d84e91e71251d21609e062e.tar.bz2
android-node-v8-7e07687230894e2c8d84e91e71251d21609e062e.zip
doc: guard against md list parsing edge case
PR-URL: https://github.com/nodejs/node/pull/19647 Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Chen Gang <gangc.cxy@foxmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
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.