We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c05899 commit f306c85Copy full SHA for f306c85
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