Skip to content

Commit e7d57ac

Browse files
kanongildanielleadams
authored andcommitted
doc: align maxHeaderSize default with current value
PR-URL: #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>
1 parent 15e5d7a commit e7d57ac

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
@@ -2996,7 +2996,7 @@ added:
29962996
* {number}
29972997

29982998
Read-only property specifying the maximum allowed size of HTTP headers in bytes.
2999-
Defaults to 8 KB. Configurable using the [`--max-http-header-size`][] CLI
2999+
Defaults to 16 KB. Configurable using the [`--max-http-header-size`][] CLI
30003000
option.
30013001

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

0 commit comments

Comments
 (0)