We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 244542b commit 1ac1fe4Copy full SHA for 1ac1fe4
doc/api/errors.md
@@ -3230,7 +3230,7 @@ changes:
3230
-->
3231
3232
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
+malconfigured clients, if more than `maxHeaderSize` of HTTP header data is received then
3234
HTTP parsing will abort without a request or response object being created, and
3235
an `Error` with this code will be emitted.
3236
0 commit comments