From 7ffdc213d99f01900dcce4934b7d1d4dba4fbb52 Mon Sep 17 00:00:00 2001 From: Gil Pedersen Date: Wed, 15 Dec 2021 13:29:03 +0100 Subject: [PATCH] doc: align maxHeaderSize default with current value --- 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 4c798acec4f40a..83a401d97ee2eb 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