diff --git a/doc/api/http.md b/doc/api/http.md index 16c069f3cd61f8..9a62b9e8563c59 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -3777,7 +3777,7 @@ try { } ``` -## `http.setMaxIdleHTTPParsers` +## `http.setMaxIdleHTTPParsers(max)` -* {number} +* `max` {number} Set the maximum number of idle HTTP parsers. **Default:** `1000`.