Skip to content

Commit 0786161

Browse files
vsemozhetbyttargos
authored andcommitted
doc: guard against md list parsing edge case
PR-URL: #19647 Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Chen Gang <[email protected]> Reviewed-By: Tiancheng "Timothy" Gu <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 97a92c4 commit 0786161

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
@@ -2055,8 +2055,8 @@ properties.
20552055
* `maxConcurrentStreams` {number} Specifies the maximum number of concurrent
20562056
streams permitted on an `Http2Session`. There is no default value which
20572057
implies, at least theoretically, 2<sup>31</sup>-1 streams may be open
2058-
concurrently at any given time in an `Http2Session`. The minimum value is
2059-
0. The maximum allowed value is 2<sup>31</sup>-1.
2058+
concurrently at any given time in an `Http2Session`. The minimum value
2059+
is 0. The maximum allowed value is 2<sup>31</sup>-1.
20602060
* `maxHeaderListSize` {number} Specifies the maximum size (uncompressed octets)
20612061
of header list that will be accepted. The minimum allowed value is 0. The
20622062
maximum allowed value is 2<sup>32</sup>-1. **Default:** 65535.

0 commit comments

Comments
 (0)