3 references to SETTINGS_ENABLE_CONNECT_PROTOCOL
InMemory.FunctionalTests (2)
Http2\Http2ConnectionTests.cs (2)
3659Assert.Equal(Http2SettingsParameter.SETTINGS_ENABLE_CONNECT_PROTOCOL, setting.Parameter); 3720Assert.Equal(Http2SettingsParameter.SETTINGS_ENABLE_CONNECT_PROTOCOL, setting.Parameter);
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\Shared\ServerInfrastructure\Http2\Http2PeerSettings.cs (1)
135list.Add(new Http2PeerSetting(Http2SettingsParameter.SETTINGS_ENABLE_CONNECT_PROTOCOL, 1u));