Skip to content

Commit c0293de

Browse files
committed
fixup
1 parent 8311677 commit c0293de

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/api/errors.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1888,10 +1888,14 @@ changes:
18881888
-->
18891889

18901890
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
1891+
malconfigured clients, if more than 8KB of HTTP/1 header data is received then
18921892
HTTP parsing will abort without a request or response object being created, and
18931893
an `Error` with this code will be emitted.
18941894

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+
18951899
<a id="MODULE_NOT_FOUND"></a>
18961900
### MODULE_NOT_FOUND
18971901

0 commit comments

Comments
 (0)