You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Servers/Kestrel/Core/src/Http2Limits.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ public int MaxFrameSize
84
84
/// <summary>
85
85
/// 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.
86
86
/// <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).
0 commit comments