From 6a314f944385290fd4d851aee2c2ea34cfa6f17c 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] fix typo in 'maxHeaderSize' --- 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 0f5f5a8bb1145d..02f02cce1380fe 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:**