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