Skip to content

Commit d83a029

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

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
@@ -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)