1 write to MaxConcurrentStreams
IIS.LongTests (1)
src\Shared\ServerInfrastructure\Http2\Http2PeerSettings.cs (1)
56MaxConcurrentStreams = value;
2 references to MaxConcurrentStreams
IIS.LongTests (2)
src\Shared\ServerInfrastructure\Http2\Http2PeerSettings.cs (2)
107if (MaxConcurrentStreams != DefaultMaxConcurrentStreams) 109list.Add(new Http2PeerSetting(Http2SettingsParameter.SETTINGS_MAX_CONCURRENT_STREAMS, MaxConcurrentStreams));