Skip to content

Commit 5989321

Browse files
vsemozhetbytMylesBorins
authored andcommitted
doc: guard against md list parsing edge case
Backport-PR-URL: #20456 PR-URL: #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>
1 parent 58a7fd0 commit 5989321

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/http2.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2073,8 +2073,8 @@ properties.
20732073
* `maxConcurrentStreams` {number} Specifies the maximum number of concurrent
20742074
streams permitted on an `Http2Session`. There is no default value which
20752075
implies, at least theoretically, 2<sup>31</sup>-1 streams may be open
2076-
concurrently at any given time in an `Http2Session`. The minimum value is
2077-
0. The maximum allowed value is 2<sup>31</sup>-1.
2076+
concurrently at any given time in an `Http2Session`. The minimum value
2077+
is 0. The maximum allowed value is 2<sup>31</sup>-1.
20782078
* `maxHeaderListSize` {number} Specifies the maximum size (uncompressed octets)
20792079
of header list that will be accepted. The minimum allowed value is 0. The
20802080
maximum allowed value is 2<sup>32</sup>-1. **Default:** 65535.

0 commit comments

Comments
 (0)