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
privateint_initialConnectionWindowSize=1024*128;// Larger than the default 64kb, and larger than any one single stream.
19
19
privateint_initialStreamWindowSize=1024*96;// Larger than the default 64kb
20
20
@@ -81,7 +81,7 @@ public int MaxFrameSize
81
81
/// <summary>
82
82
/// Indicates the size of the maximum allowed size of a request header field sequence. This limit applies to both name and value sequences in their compressed and uncompressed representations.
83
83
/// <para>
84
-
/// Value must be greater than 0, defaults to 8192
84
+
/// Value must be greater than 0, defaults to 2^14 (16,384)
0 commit comments