@@ -1991,7 +1991,9 @@ changes:
1991
1991
queued to be sent, and unacknowledged ` PING ` and ` SETTINGS ` frames are all
1992
1992
counted towards the current limit. ** Default:** ` 10 ` .
1993
1993
* ` maxHeaderListPairs ` {number} Sets the maximum number of header entries.
1994
- The minimum value is ` 4 ` . ** Default:** ` 128 ` .
1994
+ This is similar to [ ` http.Server#maxHeadersCount ` ] [ ] or
1995
+ [ ` http.ClientRequest#maxHeadersCount ` ] [ ] . The minimum value is ` 4 ` .
1996
+ ** Default:** ` 128 ` .
1995
1997
* ` maxOutstandingPings ` {number} Sets the maximum number of outstanding,
1996
1998
unacknowledged pings. ** Default:** ` 10 ` .
1997
1999
* ` maxSendHeaderBlockLength ` {number} Sets the maximum allowed size for a
@@ -2127,7 +2129,9 @@ changes:
2127
2129
queued to be sent, and unacknowledged ` PING ` and ` SETTINGS ` frames are all
2128
2130
counted towards the current limit. ** Default:** ` 10 ` .
2129
2131
* ` maxHeaderListPairs ` {number} Sets the maximum number of header entries.
2130
- The minimum value is ` 4 ` . ** Default:** ` 128 ` .
2132
+ This is similar to [ ` http.Server#maxHeadersCount ` ] [ ] or
2133
+ [ ` http.ClientRequest#maxHeadersCount ` ] [ ] . The minimum value is ` 4 ` .
2134
+ ** Default:** ` 128 ` .
2131
2135
* ` maxOutstandingPings ` {number} Sets the maximum number of outstanding,
2132
2136
unacknowledged pings. ** Default:** ` 10 ` .
2133
2137
* ` maxSendHeaderBlockLength ` {number} Sets the maximum allowed size for a
@@ -2241,7 +2245,9 @@ changes:
2241
2245
queued to be sent, and unacknowledged ` PING ` and ` SETTINGS ` frames are all
2242
2246
counted towards the current limit. ** Default:** ` 10 ` .
2243
2247
* ` maxHeaderListPairs ` {number} Sets the maximum number of header entries.
2244
- The minimum value is ` 1 ` . ** Default:** ` 128 ` .
2248
+ This is similar to [ ` http.Server#maxHeadersCount ` ] [ ] or
2249
+ [ ` http.ClientRequest#maxHeadersCount ` ] [ ] . The minimum value is ` 1 ` .
2250
+ ** Default:** ` 128 ` .
2245
2251
* ` maxOutstandingPings ` {number} Sets the maximum number of outstanding,
2246
2252
unacknowledged pings. ** Default:** ` 10 ` .
2247
2253
* ` maxReservedRemoteStreams ` {number} Sets the maximum number of reserved push
@@ -3588,6 +3594,8 @@ following additional properties:
3588
3594
[ `Http2Stream` ] : #http2_class_http2stream
3589
3595
[ `ServerHttp2Stream` ] : #http2_class_serverhttp2stream
3590
3596
[ `TypeError` ] : errors.html#errors_class_typeerror
3597
+ [ `http.ClientRequest#maxHeadersCount` ] : http.html#http_request_maxheaderscount
3598
+ [ `http.Server#maxHeadersCount` ] : http.html#http_server_maxheaderscount
3591
3599
[ `http2.SecureServer` ] : #http2_class_http2secureserver
3592
3600
[ `http2.Server` ] : #http2_class_http2server
3593
3601
[ `http2.createSecureServer()` ] : #http2_http2_createsecureserver_options_onrequesthandler
0 commit comments