Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
doc: align maxHeaderSize default with current value
  • Loading branch information
kanongil authored Dec 15, 2021
commit 7ffdc213d99f01900dcce4934b7d1d4dba4fbb52
2 changes: 1 addition & 1 deletion doc/api/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -3010,7 +3010,7 @@ added:
* {number}

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

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