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