| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2332,6 +2332,9 @@ changes: | |||
| 2332 | 2332 | serialized, compressed block of headers. Attempts to send headers that | |
| 2333 | 2333 | exceed this limit will result in a `'frameError'` event being emitted | |
| 2334 | 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. | ||
| 2335 | 2338 | * `paddingStrategy` {number} The strategy used for determining the amount of | |
| 2336 | 2339 | padding to use for `HEADERS` and `DATA` frames. **Default:** | |
| 2337 | 2340 | `http2.constants.PADDING_STRATEGY_NONE`. Value may be one of: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments