We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70281e1 commit 1260453Copy full SHA for 1260453
doc/api/http2.md
@@ -2324,6 +2324,9 @@ changes:
2324
serialized, compressed block of headers. Attempts to send headers that
2325
exceed this limit will result in a `'frameError'` event being emitted
2326
and the stream being closed and destroyed.
2327
+ While this sets the maximum allowed size to the entire block of headers,
2328
+ `nghttp2` (the internal http2 library) has a limit of `65536`
2329
+ for each decompressed key/value pair.
2330
* `paddingStrategy` {number} The strategy used for determining the amount of
2331
padding to use for `HEADERS` and `DATA` frames. **Default:**
2332
`http2.constants.PADDING_STRATEGY_NONE`. Value may be one of:
0 commit comments