Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRebhi Alfa <79001326+rebhialfa@users.noreply.github.com>2021-09-20 17:17:37 +0300
committerJames M Snell <jasnell@gmail.com>2021-09-25 17:41:20 +0300
commit25ffd39f3326ddf713f21d7a6487b7f5ec9bb806 (patch)
treef4197b1bd70d6717acc083e2dc58e70f22252b39 /doc/api/http.md
parent4157317f4cec9fe2166c095dfade113c5d3d30e6 (diff)
doc: fix typo in 'maxHeaderSize'
PR-URL: https://github.com/nodejs/node/pull/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>
Diffstat (limited to 'doc/api/http.md')
-rw-r--r--doc/api/http.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/http.md b/doc/api/http.md
index ec4392745e1..ead128017bb 100644
--- a/doc/api/http.md
+++ b/doc/api/http.md
@@ -2911,7 +2911,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:**