12 references to MaxFieldSectionSize
InMemory.FunctionalTests (9)
Http3\Http3ConnectionTests.cs (3)
404
Assert.Equal((long)Http3SettingType.
MaxFieldSectionSize
, kvp.Key);
411
new Http3PeerSetting(Http3SettingType.
MaxFieldSectionSize
, 100)
416
Assert.Equal(Http3SettingType.
MaxFieldSectionSize
, maxFieldSetting.Key);
Http3\Http3StreamTests.cs (6)
2813
new Http3PeerSetting(Core.Internal.Http3.Http3SettingType.
MaxFieldSectionSize
, 100)
2818
Assert.Equal(Core.Internal.Http3.Http3SettingType.
MaxFieldSectionSize
, maxFieldSetting.Key);
3042
new Http3PeerSetting(Internal.Http3.Http3SettingType.
MaxFieldSectionSize
, 100),
3050
var parameterLength = VariableLengthIntegerHelper.WriteInteger(outboundcontrolStream.Pair.Application.Output.GetSpan(), (long)Internal.Http3.Http3SettingType.
MaxFieldSectionSize
);
3230
new Http3PeerSetting(Internal.Http3.Http3SettingType.
MaxFieldSectionSize
, 100),
3248
Assert.Equal(Internal.Http3.Http3SettingType.
MaxFieldSectionSize
, fieldSetting.Key);
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http3\Http3Connection.cs (1)
873
case Http3SettingType.
MaxFieldSectionSize
:
Internal\Http3\Http3ControlStream.cs (1)
418
case (long)Http3SettingType.
MaxFieldSectionSize
:
Internal\Http3\Http3PeerSettings.cs (1)
33
list.Add(new Http3PeerSetting(Http3SettingType.
MaxFieldSectionSize
, MaxRequestHeaderFieldSectionSize));