Skip to content

Commit 6bf6790

Browse files
rebhialfatargos
authored andcommitted
doc: fix typo in 'maxHeaderSize'
PR-URL: #40164 Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Zijian Liu <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 4b117fb commit 6bf6790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/http.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2905,7 +2905,7 @@ changes:
29052905
* `localPort` {number} Local port to connect from.
29062906
* `lookup` {Function} Custom lookup function. **Default:** [`dns.lookup()`][].
29072907
* `maxHeaderSize` {number} Optionally overrides the value of
2908-
[`--max-http-header-size`][] for requests received from the server, i.e.
2908+
[`--max-http-header-size`][] for responses received from the server, i.e.
29092909
the maximum length of response headers in bytes.
29102910
**Default:** 16384 (16 KB).
29112911
* `method` {string} A string specifying the HTTP request method. **Default:**

0 commit comments

Comments
 (0)