Skip to content

Commit d83a029

Browse files
kanongiltargos
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 f067876 commit d83a029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/http.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3002,7 +3002,7 @@ added:
30023002
* {number}
30033003

30043004
Read-only property specifying the maximum allowed size of HTTP headers in bytes.
3005-
Defaults to 8 KB. Configurable using the [`--max-http-header-size`][] CLI
3005+
Defaults to 16 KB. Configurable using the [`--max-http-header-size`][] CLI
30063006
option.
30073007

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

0 commit comments

Comments
 (0)