Skip to content

Commit

Permalink
doc: fix error description of the max header size
Browse files Browse the repository at this point in the history
PR-URL: #54125
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
erm1116 authored and RafaelGSS committed Aug 21, 2024
1 parent f967ab3 commit 9f115ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -3196,7 +3196,7 @@ changes:
-->

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

Expand Down

0 comments on commit 9f115ba

Please sign in to comment.