Skip to content

Commit 821be8c

Browse files
kanongilLinkgoron
authored andcommitted
doc: align maxHeaderSize default with current value
PR-URL: nodejs#41183 Reviewed-By: Robert Nagy <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ricky Zhou <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent dc9b914 commit 821be8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/http.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3010,7 +3010,7 @@ added:
30103010
* {number}
30113011

30123012
Read-only property specifying the maximum allowed size of HTTP headers in bytes.
3013-
Defaults to 8 KB. Configurable using the [`--max-http-header-size`][] CLI
3013+
Defaults to 16 KB. Configurable using the [`--max-http-header-size`][] CLI
30143014
option.
30153015

30163016
This can be overridden for servers and client requests by passing the

0 commit comments

Comments
 (0)