@@ -2874,9 +2874,10 @@ changes:
28742874 This is a credit based limit, existing ` Http2Stream ` s may cause this
28752875 limit to be exceeded, but new ` Http2Stream ` instances will be rejected
28762876 while this limit is exceeded. The current number of ` Http2Stream ` sessions,
2877- the current memory use of the header compression tables, current data
2878- queued to be sent, and unacknowledged ` PING ` and ` SETTINGS ` frames are all
2879- counted towards the current limit. ** Default:** ` 10 ` .
2877+ the current memory use of the header compression tables, header blocks
2878+ retained by open streams, current data queued to be sent, and
2879+ unacknowledged ` PING ` and ` SETTINGS ` frames are all counted towards the
2880+ current limit. ** Default:** ` 10 ` .
28802881 * ` maxHeaderListPairs ` {number} Sets the maximum number of header entries.
28812882 This is similar to [ ` server.maxHeadersCount ` ] [ ] or
28822883 [ ` request.maxHeadersCount ` ] [ ] in the ` node:http ` module. The minimum value
@@ -3095,9 +3096,10 @@ changes:
30953096 credit based limit, existing ` Http2Stream ` s may cause this
30963097 limit to be exceeded, but new ` Http2Stream ` instances will be rejected
30973098 while this limit is exceeded. The current number of ` Http2Stream ` sessions,
3098- the current memory use of the header compression tables, current data
3099- queued to be sent, and unacknowledged ` PING ` and ` SETTINGS ` frames are all
3100- counted towards the current limit. ** Default:** ` 10 ` .
3099+ the current memory use of the header compression tables, header blocks
3100+ retained by open streams, current data queued to be sent, and
3101+ unacknowledged ` PING ` and ` SETTINGS ` frames are all counted towards the
3102+ current limit. ** Default:** ` 10 ` .
31013103 * ` maxHeaderListPairs ` {number} Sets the maximum number of header entries.
31023104 This is similar to [ ` server.maxHeadersCount ` ] [ ] or
31033105 [ ` request.maxHeadersCount ` ] [ ] in the ` node:http ` module. The minimum value
@@ -3275,9 +3277,10 @@ changes:
32753277 This is a credit based limit, existing ` Http2Stream ` s may cause this
32763278 limit to be exceeded, but new ` Http2Stream ` instances will be rejected
32773279 while this limit is exceeded. The current number of ` Http2Stream ` sessions,
3278- the current memory use of the header compression tables, current data
3279- queued to be sent, and unacknowledged ` PING ` and ` SETTINGS ` frames are all
3280- counted towards the current limit. ** Default:** ` 10 ` .
3280+ the current memory use of the header compression tables, header blocks
3281+ retained by open streams, current data queued to be sent, and
3282+ unacknowledged ` PING ` and ` SETTINGS ` frames are all counted towards the
3283+ current limit. ** Default:** ` 10 ` .
32813284 * ` maxHeaderListPairs ` {number} Sets the maximum number of header entries.
32823285 This is similar to [ ` server.maxHeadersCount ` ] [ ] or
32833286 [ ` request.maxHeadersCount ` ] [ ] in the ` node:http ` module. The minimum value
0 commit comments