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