Skip to content

Commit e7d57ac

Browse files
kanongildanielleadams
authored andcommitted
doc: align maxHeaderSize default with current value
PR-URL: #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 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)