@@ -2355,9 +2355,9 @@ changes:
2355
2355
queued to be sent, and unacknowledged ` PING ` and ` SETTINGS ` frames are all
2356
2356
counted towards the current limit. ** Default:** ` 10 ` .
2357
2357
* ` maxHeaderListPairs ` {number} Sets the maximum number of header entries.
2358
- This is similar to [ ` http.Server# maxHeadersCount` ] [ ] or
2359
- [ ` http.ClientRequest# maxHeadersCount` ] [ ] . The minimum value is ` 4 ` .
2360
- ** Default:** ` 128 ` .
2358
+ This is similar to [ ` server. maxHeadersCount` ] [ ] or
2359
+ [ ` request. maxHeadersCount` ] [ ] in the ` node:http ` module . The minimum value
2360
+ is ` 4 ` . ** Default:** ` 128 ` .
2361
2361
* ` maxOutstandingPings ` {number} Sets the maximum number of outstanding,
2362
2362
unacknowledged pings. ** Default:** ` 10 ` .
2363
2363
* ` maxSendHeaderBlockLength ` {number} Sets the maximum allowed size for a
@@ -2512,9 +2512,9 @@ changes:
2512
2512
queued to be sent, and unacknowledged ` PING ` and ` SETTINGS ` frames are all
2513
2513
counted towards the current limit. ** Default:** ` 10 ` .
2514
2514
* ` maxHeaderListPairs ` {number} Sets the maximum number of header entries.
2515
- This is similar to [ ` http.Server# maxHeadersCount` ] [ ] or
2516
- [ ` http.ClientRequest# maxHeadersCount` ] [ ] . The minimum value is ` 4 ` .
2517
- ** Default:** ` 128 ` .
2515
+ This is similar to [ ` server. maxHeadersCount` ] [ ] or
2516
+ [ ` request. maxHeadersCount` ] [ ] in the ` node:http ` module . The minimum value
2517
+ is ` 4 ` . ** Default:** ` 128 ` .
2518
2518
* ` maxOutstandingPings ` {number} Sets the maximum number of outstanding,
2519
2519
unacknowledged pings. ** Default:** ` 10 ` .
2520
2520
* ` maxSendHeaderBlockLength ` {number} Sets the maximum allowed size for a
@@ -2640,9 +2640,9 @@ changes:
2640
2640
queued to be sent, and unacknowledged ` PING ` and ` SETTINGS ` frames are all
2641
2641
counted towards the current limit. ** Default:** ` 10 ` .
2642
2642
* ` maxHeaderListPairs ` {number} Sets the maximum number of header entries.
2643
- This is similar to [ ` http.Server# maxHeadersCount` ] [ ] or
2644
- [ ` http.ClientRequest# maxHeadersCount` ] [ ] . The minimum value is ` 1 ` .
2645
- ** Default:** ` 128 ` .
2643
+ This is similar to [ ` server. maxHeadersCount` ] [ ] or
2644
+ [ ` request. maxHeadersCount` ] [ ] in the ` node:http ` module . The minimum value
2645
+ is ` 1 ` . ** Default:** ` 128 ` .
2646
2646
* ` maxOutstandingPings ` {number} Sets the maximum number of outstanding,
2647
2647
unacknowledged pings. ** Default:** ` 10 ` .
2648
2648
* ` maxReservedRemoteStreams ` {number} Sets the maximum number of reserved push
@@ -4072,8 +4072,6 @@ you need to implement any fall-back behavior yourself.
4072
4072
[ `Http2Stream` ] : #class-http2stream
4073
4073
[ `ServerHttp2Stream` ] : #class-serverhttp2stream
4074
4074
[ `TypeError` ] : errors.md#class-typeerror
4075
- [ `http.ClientRequest#maxHeadersCount` ] : http.md#requestmaxheaderscount
4076
- [ `http.Server#maxHeadersCount` ] : http.md#servermaxheaderscount
4077
4075
[ `http2.SecureServer` ] : #class-http2secureserver
4078
4076
[ `http2.Server` ] : #class-http2server
4079
4077
[ `http2.createSecureServer()` ] : #http2createsecureserveroptions-onrequesthandler
@@ -4089,6 +4087,7 @@ you need to implement any fall-back behavior yourself.
4089
4087
[ `net.connect()` ] : net.md#netconnect
4090
4088
[ `net.createServer()` ] : net.md#netcreateserveroptions-connectionlistener
4091
4089
[ `request.authority` ] : #requestauthority
4090
+ [ `request.maxHeadersCount` ] : http.md#requestmaxheaderscount
4092
4091
[ `request.socket.getPeerCertificate()` ] : tls.md#tlssocketgetpeercertificatedetailed
4093
4092
[ `request.socket` ] : #requestsocket
4094
4093
[ `response.end()` ] : #responseenddata-encoding-callback
@@ -4099,6 +4098,7 @@ you need to implement any fall-back behavior yourself.
4099
4098
[ `response.write(data, encoding)` ] : http.md#responsewritechunk-encoding-callback
4100
4099
[ `response.writeContinue()` ] : #responsewritecontinue
4101
4100
[ `response.writeHead()` ] : #responsewriteheadstatuscode-statusmessage-headers
4101
+ [ `server.maxHeadersCount` ] : http.md#servermaxheaderscount
4102
4102
[ `tls.Server.close()` ] : tls.md#serverclosecallback
4103
4103
[ `tls.TLSSocket` ] : tls.md#class-tlstlssocket
4104
4104
[ `tls.connect()` ] : tls.md#tlsconnectoptions-callback
0 commit comments