diff --git a/doc/api/http.md b/doc/api/http.md index 5ec0f866a83ecb..e2d00f4b0d1ea7 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -3773,7 +3773,7 @@ try { } ``` -## `http.setMaxIdleHTTPParsers` +## `http.setMaxIdleHTTPParsers(max)` -* {number} +* `max` {number} **Default:** `1000`. -Set the maximum number of idle HTTP parsers. **Default:** `1000`. +Set the maximum number of idle HTTP parsers. [RFC 8187]: https://www.rfc-editor.org/rfc/rfc8187.txt [`'ERR_HTTP_CONTENT_LENGTH_MISMATCH'`]: errors.md#err_http_content_length_mismatch