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