From d83a02994c8b5d2dcae16ff15fe6a82ad9421f97 Mon Sep 17 00:00:00 2001 From: Gil Pedersen Date: Sun, 19 Dec 2021 23:48:05 +0100 Subject: [PATCH] doc: align maxHeaderSize default with current value PR-URL: https://github.com/nodejs/node/pull/41183 Reviewed-By: Robert Nagy Reviewed-By: Colin Ihrig Reviewed-By: Ricky Zhou <0x19951125@gmail.com> Reviewed-By: Matteo Collina Reviewed-By: Luigi Pinca Reviewed-By: Mohammed Keyvanzadeh 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 7139e04c9b15fc..bd7aa898e4c357 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -3002,7 +3002,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