We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 599d1dc commit 9bfd404Copy full SHA for 9bfd404
doc/api/http.md
@@ -3693,15 +3693,15 @@ try {
3693
}
3694
```
3695
3696
-## `http.setMaxIdleHTTPParsers`
+## `http.setMaxIdleHTTPParsers(max)`
3697
3698
<!-- YAML
3699
added: v18.8.0
3700
-->
3701
3702
-* {number}
+* `max` {number} **Default:** `1000`.
3703
3704
-Set the maximum number of idle HTTP parsers. **Default:** `1000`.
+Set the maximum number of idle HTTP parsers.
3705
3706
[RFC 8187]: https://www.rfc-editor.org/rfc/rfc8187.txt
3707
[`'ERR_HTTP_CONTENT_LENGTH_MISMATCH'`]: errors.md#err_http_content_length_mismatch
0 commit comments