diff --git a/doc/api/errors.md b/doc/api/errors.md index eaefe13560ccba..a92c021004a84a 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -3230,7 +3230,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.