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:
authorGil Pedersen <git@gpost.dk>2021-12-20 01:48:05 +0300
committerGitHub <noreply@github.com>2021-12-20 01:48:05 +0300
commit0fcae7ba16179d9c2ea509adc15c3abb0b169b85 (patch)
treeea189fa5d474e5353f8acfbeffef1d9886204ecb /doc/api/http.md
parent9b903d1d1bdbaf4f0e88977ae96d80e9c739e181 (diff)
doc: align maxHeaderSize default with current value
PR-URL: https://github.com/nodejs/node/pull/41183 Reviewed-By: Robert Nagy <ronagy@icloud.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ricky Zhou <0x19951125@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@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 4c798acec4f..83a401d97ee 100644
--- a/doc/api/http.md
+++ b/doc/api/http.md
@@ -3010,7 +3010,7 @@ added:
* {number}
Read-only property specifying the maximum allowed size of HTTP headers in bytes.
-Defaults to 8 KB. Configurable using the [`--max-http-header-size`][] CLI
+Defaults to 16 KB. Configurable using the [`--max-http-header-size`][] CLI
option.
This can be overridden for servers and client requests by passing the