1 write to EnablePush
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\Shared\ServerInfrastructure\Http2\Http2PeerSettings.cs (1)
53EnablePush = value == 1;
2 references to EnablePush
Microsoft.AspNetCore.Server.Kestrel.Core (2)
src\Shared\ServerInfrastructure\Http2\Http2PeerSettings.cs (2)
102if (EnablePush != DefaultEnablePush) 104list.Add(new Http2PeerSetting(Http2SettingsParameter.SETTINGS_ENABLE_PUSH, EnablePush ? 1u : 0));