2 references to SETTINGS_MAX_CONCURRENT_STREAMS
Microsoft.AspNetCore.Server.Kestrel.Core (2)
src\Shared\ServerInfrastructure\Http2\Http2PeerSettings.cs (2)
55case Http2SettingsParameter.SETTINGS_MAX_CONCURRENT_STREAMS: 109list.Add(new Http2PeerSetting(Http2SettingsParameter.SETTINGS_MAX_CONCURRENT_STREAMS, MaxConcurrentStreams));