We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8311677 commit c0293deCopy full SHA for c0293de
doc/api/errors.md
@@ -1888,10 +1888,14 @@ changes:
1888
-->
1889
1890
Too much HTTP header data was received. In order to protect against malicious or
1891
-malconfigured clients, if more than 8KB of HTTP header data is received then
+malconfigured clients, if more than 8KB of HTTP/1 header data is received then
1892
HTTP parsing will abort without a request or response object being created, and
1893
an `Error` with this code will be emitted.
1894
1895
+The maximum amount of HTTP/1 header data could be configured and changed
1896
+when building node by using `./configure --http-max-header-size=MAX`
1897
+for example.
1898
+
1899
<a id="MODULE_NOT_FOUND"></a>
1900
### MODULE_NOT_FOUND
1901
0 commit comments