Skip to content

Commit 147e5d5

Browse files
sam-githubtargos
authored andcommitted
doc: document HPE_HEADER_OVERFLOW error
PR-URL: #23963 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
1 parent 24c6a02 commit 147e5d5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/api/errors.md

+8
Original file line numberDiff line numberDiff line change
@@ -1843,6 +1843,14 @@ unknown file extension.
18431843

18441844
Creation of a [`zlib`][] object failed due to incorrect configuration.
18451845

1846+
<a id="HPE_HEADER_OVERFLOW"></a>
1847+
### HPE_HEADER_OVERFLOW
1848+
1849+
Too much HTTP header data was received. In order to protect against malicious or
1850+
malconfigured clients, if more than 80KB of HTTP header data is received then
1851+
HTTP parsing will abort without a request or response object being created, and
1852+
an `Error` with this code will be emitted.
1853+
18461854
<a id="MODULE_NOT_FOUND"></a>
18471855
### MODULE_NOT_FOUND
18481856

0 commit comments

Comments
 (0)