Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d19a3d6

Browse filesBrowse files
sam-githubMylesBorins
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 3c46c03 commit d19a3d6
Copy full SHA for d19a3d6

File tree

Expand file treeCollapse file tree

1 file changed

+8
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+8
-0
lines changed
Open diff view settings
Collapse file

‎doc/api/errors.md‎

Copy file name to clipboardExpand all lines: doc/api/errors.md
+8Lines changed: 8 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.