We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc0cdaa commit 6e355efCopy full SHA for 6e355ef
doc/api/http.md
@@ -3731,17 +3731,17 @@ try {
3731
}
3732
```
3733
3734
-## `http.setMaxIdleHTTPParsers`
+## `http.setMaxIdleHTTPParsers(max)`
3735
3736
<!-- YAML
3737
added:
3738
- v18.8.0
3739
- v16.18.0
3740
-->
3741
3742
-* {number}
+* `max` {number} **Default:** `1000`.
3743
3744
-Set the maximum number of idle HTTP parsers. **Default:** `1000`.
+Set the maximum number of idle HTTP parsers.
3745
3746
[RFC 8187]: https://www.rfc-editor.org/rfc/rfc8187.txt
3747
[`'ERR_HTTP_CONTENT_LENGTH_MISMATCH'`]: errors.md#err_http_content_length_mismatch
0 commit comments