File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -1856,9 +1856,15 @@ Creation of a [`zlib`][] object failed due to incorrect configuration.
1856
1856
1857
1857
<a id =" HPE_HEADER_OVERFLOW " ></a >
1858
1858
### HPE_HEADER_OVERFLOW
1859
+ <!-- YAML
1860
+ changes:
1861
+ - version: REPLACEME
1862
+ pr-url: https://github.com/nodejs/node/commit/186035243fad247e3955f
1863
+ description: Max header size in `http_parser` was set to 8KB.
1864
+ -->
1859
1865
1860
1866
Too much HTTP header data was received. In order to protect against malicious or
1861
- malconfigured clients, if more than 80KB of HTTP header data is received then
1867
+ malconfigured clients, if more than 8KB of HTTP header data is received then
1862
1868
HTTP parsing will abort without a request or response object being created, and
1863
1869
an ` Error ` with this code will be emitted.
1864
1870
You can’t perform that action at this time.
0 commit comments