diff --git a/doc/api/errors.md b/doc/api/errors.md index 500fb7801b61fd..68bc1e1c5a4158 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -1869,9 +1869,15 @@ Creation of a [`zlib`][] object failed due to incorrect configuration. ### HPE_HEADER_OVERFLOW + Too much HTTP header data was received. In order to protect against malicious or -malconfigured clients, if more than 80KB of HTTP header data is received then +malconfigured clients, if more than 8KB 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.