1 write to EnablePush
http2cat (1)
src\Shared\ServerInfrastructure\Http2\Http2PeerSettings.cs (1)
61
EnablePush
= value == 1;
2 references to EnablePush
http2cat (2)
src\Shared\ServerInfrastructure\Http2\Http2PeerSettings.cs (2)
110
if (
EnablePush
!= DefaultEnablePush)
112
list.Add(new Http2PeerSetting(Http2SettingsParameter.SETTINGS_ENABLE_PUSH,
EnablePush
? 1u : 0));