From 7e07687230894e2c8d84e91e71251d21609e062e Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Wed, 28 Mar 2018 06:02:50 +0300 Subject: doc: guard against md list parsing edge case PR-URL: https://github.com/nodejs/node/pull/19647 Reviewed-By: Trivikram Kamat Reviewed-By: Rich Trott Reviewed-By: Chen Gang Reviewed-By: Tiancheng "Timothy" Gu Reviewed-By: Luigi Pinca Reviewed-By: Colin Ihrig Reviewed-By: James M Snell --- doc/api/http2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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, 231-1 streams may be open - concurrently at any given time in an `Http2Session`. The minimum value is - 0. The maximum allowed value is 231-1. + concurrently at any given time in an `Http2Session`. The minimum value + is 0. The maximum allowed value is 231-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 232-1. **Default:** 65535. -- cgit v1.2.3