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 @@ -1880,9 +1880,15 @@ Creation of a [`zlib`][] object failed due to incorrect configuration.
18801880
18811881<a id =" HPE_HEADER_OVERFLOW " ></a >
18821882### HPE_HEADER_OVERFLOW
1883+ <!-- YAML
1884+ changes:
1885+ - version: REPLACEME
1886+ pr-url: https://github.com/nodejs/node/commit/186035243fad247e3955f
1887+ description: deps,http: http_parser set max header size to 8KB
1888+ -->
18831889
18841890Too much HTTP header data was received. In order to protect against malicious or
1885- malconfigured clients, if more than 80KB of HTTP header data is received then
1891+ malconfigured clients, if more than 8KB of HTTP header data is received then
18861892HTTP parsing will abort without a request or response object being created, and
18871893an ` Error ` with this code will be emitted.
18881894
You can’t perform that action at this time.
0 commit comments