Skip to content

Commit 78e5147

Browse files
authored
Fix comment about defaults on MaxRequestHeaderFieldSize (#62334)
1 parent 1ce2228 commit 78e5147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Servers/Kestrel/Core/src/Http2Limits.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public int MaxFrameSize
8484
/// <summary>
8585
/// Indicates the size of the maximum allowed size of a request header field sequence, in octets. This limit applies to both name and value sequences in their compressed and uncompressed representations.
8686
/// <para>
87-
/// Value must be greater than 0, defaults to 2^14 octets (16 KiB).
87+
/// Value must be greater than 0, defaults to 2^15 octets (32 KiB).
8888
/// </para>
8989
/// </summary>
9090
public int MaxRequestHeaderFieldSize

0 commit comments

Comments
 (0)