Skip to content

Commit

Permalink
doc: fix typo in 'maxHeaderSize'
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
rebhialfa authored and targos committed Oct 4, 2021
1 parent 4b117fb commit 6bf6790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/http.md
Expand Up @@ -2905,7 +2905,7 @@ changes:
* `localPort` {number} Local port to connect from.
* `lookup` {Function} Custom lookup function. **Default:** [`dns.lookup()`][].
* `maxHeaderSize` {number} Optionally overrides the value of
[`--max-http-header-size`][] for requests received from the server, i.e.
[`--max-http-header-size`][] for responses received from the server, i.e.
the maximum length of response headers in bytes.
**Default:** 16384 (16 KB).
* `method` {string} A string specifying the HTTP request method. **Default:**
Expand Down

0 comments on commit 6bf6790

Please sign in to comment.