From 6bf67909ad04723c4259579f1970ac11fc2489fe Mon Sep 17 00:00:00 2001 From: Rebhi Alfa <79001326+rebhialfa@users.noreply.github.com> Date: Mon, 20 Sep 2021 17:17:37 +0300 Subject: [PATCH] doc: fix typo in 'maxHeaderSize' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/40164 Reviewed-By: Michael Dawson Reviewed-By: Luigi Pinca Reviewed-By: Tobias Nießen Reviewed-By: Zijian Liu Reviewed-By: James M Snell --- doc/api/http.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/http.md b/doc/api/http.md index bd8ff131e998fe..c75bc66c3732d8 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -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:**