Skip to content

Commit 1ac1fe4

Browse files
erm1116targos
authored andcommittedOct 2, 2024
doc: fix error description of the max header size
PR-URL: #54125 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 244542b commit 1ac1fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/api/errors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3230,7 +3230,7 @@ changes:
32303230
-->
32313231

32323232
Too much HTTP header data was received. In order to protect against malicious or
3233-
malconfigured clients, if more than 8 KiB of HTTP header data is received then
3233+
malconfigured clients, if more than `maxHeaderSize` of HTTP header data is received then
32343234
HTTP parsing will abort without a request or response object being created, and
32353235
an `Error` with this code will be emitted.
32363236

0 commit comments

Comments
 (0)
Please sign in to comment.