@@ -2053,7 +2053,9 @@ changes:
2053
2053
queued to be sent, and unacknowledged ` PING ` and ` SETTINGS ` frames are all
2054
2054
counted towards the current limit. ** Default:** ` 10 ` .
2055
2055
* ` maxHeaderListPairs ` {number} Sets the maximum number of header entries.
2056
- The minimum value is ` 4 ` . ** Default:** ` 128 ` .
2056
+ This is similar to [ ` http.Server#maxHeadersCount ` ] [ ] or
2057
+ [ ` http.ClientRequest#maxHeadersCount ` ] [ ] . The minimum value is ` 4 ` .
2058
+ ** Default:** ` 128 ` .
2057
2059
* ` maxOutstandingPings ` {number} Sets the maximum number of outstanding,
2058
2060
unacknowledged pings. ** Default:** ` 10 ` .
2059
2061
* ` maxSendHeaderBlockLength ` {number} Sets the maximum allowed size for a
@@ -2190,7 +2192,9 @@ changes:
2190
2192
queued to be sent, and unacknowledged ` PING ` and ` SETTINGS ` frames are all
2191
2193
counted towards the current limit. ** Default:** ` 10 ` .
2192
2194
* ` maxHeaderListPairs ` {number} Sets the maximum number of header entries.
2193
- The minimum value is ` 4 ` . ** Default:** ` 128 ` .
2195
+ This is similar to [ ` http.Server#maxHeadersCount ` ] [ ] or
2196
+ [ ` http.ClientRequest#maxHeadersCount ` ] [ ] . The minimum value is ` 4 ` .
2197
+ ** Default:** ` 128 ` .
2194
2198
* ` maxOutstandingPings ` {number} Sets the maximum number of outstanding,
2195
2199
unacknowledged pings. ** Default:** ` 10 ` .
2196
2200
* ` maxSendHeaderBlockLength ` {number} Sets the maximum allowed size for a
@@ -2301,7 +2305,9 @@ changes:
2301
2305
queued to be sent, and unacknowledged ` PING ` and ` SETTINGS ` frames are all
2302
2306
counted towards the current limit. ** Default:** ` 10 ` .
2303
2307
* ` maxHeaderListPairs ` {number} Sets the maximum number of header entries.
2304
- The minimum value is ` 1 ` . ** Default:** ` 128 ` .
2308
+ This is similar to [ ` http.Server#maxHeadersCount ` ] [ ] or
2309
+ [ ` http.ClientRequest#maxHeadersCount ` ] [ ] . The minimum value is ` 1 ` .
2310
+ ** Default:** ` 128 ` .
2305
2311
* ` maxOutstandingPings ` {number} Sets the maximum number of outstanding,
2306
2312
unacknowledged pings. ** Default:** ` 10 ` .
2307
2313
* ` maxReservedRemoteStreams ` {number} Sets the maximum number of reserved push
@@ -3633,6 +3639,8 @@ following additional properties:
3633
3639
[ `Http2Stream` ] : #http2_class_http2stream
3634
3640
[ `ServerHttp2Stream` ] : #http2_class_serverhttp2stream
3635
3641
[ `TypeError` ] : errors.html#errors_class_typeerror
3642
+ [ `http.ClientRequest#maxHeadersCount` ] : http.html#http_request_maxheaderscount
3643
+ [ `http.Server#maxHeadersCount` ] : http.html#http_server_maxheaderscount
3636
3644
[ `http2.SecureServer` ] : #http2_class_http2secureserver
3637
3645
[ `http2.Server` ] : #http2_class_http2server
3638
3646
[ `http2.createSecureServer()` ] : #http2_http2_createsecureserver_options_onrequesthandler
0 commit comments