We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24c6a02 commit 147e5d5Copy full SHA for 147e5d5
doc/api/errors.md
@@ -1843,6 +1843,14 @@ unknown file extension.
1843
1844
Creation of a [`zlib`][] object failed due to incorrect configuration.
1845
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
1854
<a id="MODULE_NOT_FOUND"></a>
1855
### MODULE_NOT_FOUND
1856
0 commit comments