Skip to content

Commit 25ffd39

Browse files
rebhialfajasnell
authored andcommitted
doc: fix typo in 'maxHeaderSize'
PR-URL: #40164 Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Zijian Liu <lxxyxzj@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 4157317 commit 25ffd39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/http.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2911,7 +2911,7 @@ changes:
29112911
* `localPort` {number} Local port to connect from.
29122912
* `lookup` {Function} Custom lookup function. **Default:** [`dns.lookup()`][].
29132913
* `maxHeaderSize` {number} Optionally overrides the value of
2914-
[`--max-http-header-size`][] for requests received from the server, i.e.
2914+
[`--max-http-header-size`][] for responses received from the server, i.e.
29152915
the maximum length of response headers in bytes.
29162916
**Default:** 16384 (16 KB).
29172917
* `method` {string} A string specifying the HTTP request method. **Default:**

0 commit comments

Comments
 (0)