3 references to MaxFieldSectionSize
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http3\Http3Connection.cs (1)
873
case Http3SettingType.
MaxFieldSectionSize
:
Internal\Http3\Http3ControlStream.cs (1)
372
case (long)Http3SettingType.
MaxFieldSectionSize
:
Internal\Http3\Http3PeerSettings.cs (1)
33
list.Add(new Http3PeerSetting(Http3SettingType.
MaxFieldSectionSize
, MaxRequestHeaderFieldSectionSize));