We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1022c6f commit 67a9ed3Copy full SHA for 67a9ed3
doc/api/http.md
@@ -3777,17 +3777,17 @@ try {
3777
}
3778
```
3779
3780
-## `http.setMaxIdleHTTPParsers`
+## `http.setMaxIdleHTTPParsers(max)`
3781
3782
<!-- YAML
3783
added:
3784
- v18.8.0
3785
- v16.18.0
3786
-->
3787
3788
-* {number}
+* `max` {number} **Default:** `1000`.
3789
3790
-Set the maximum number of idle HTTP parsers. **Default:** `1000`.
+Set the maximum number of idle HTTP parsers.
3791
3792
[RFC 8187]: https://www.rfc-editor.org/rfc/rfc8187.txt
3793
[`'ERR_HTTP_CONTENT_LENGTH_MISMATCH'`]: errors.md#err_http_content_length_mismatch
0 commit comments