We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b117fb commit 6bf6790Copy full SHA for 6bf6790
doc/api/http.md
@@ -2905,7 +2905,7 @@ changes:
2905
* `localPort` {number} Local port to connect from.
2906
* `lookup` {Function} Custom lookup function. **Default:** [`dns.lookup()`][].
2907
* `maxHeaderSize` {number} Optionally overrides the value of
2908
- [`--max-http-header-size`][] for requests received from the server, i.e.
+ [`--max-http-header-size`][] for responses received from the server, i.e.
2909
the maximum length of response headers in bytes.
2910
**Default:** 16384 (16 KB).
2911
* `method` {string} A string specifying the HTTP request method. **Default:**
0 commit comments