3 references to SETTINGS_ENABLE_PUSH
Microsoft.AspNetCore.Shared.Tests (3)
src\Shared\ServerInfrastructure\Http2\Http2PeerSettings.cs (3)
53case Http2SettingsParameter.SETTINGS_ENABLE_PUSH: 56throw new Http2SettingsParameterOutOfRangeException(Http2SettingsParameter.SETTINGS_ENABLE_PUSH, 112list.Add(new Http2PeerSetting(Http2SettingsParameter.SETTINGS_ENABLE_PUSH, EnablePush ? 1u : 0));