2 references to UpgradedConnectionLimitReached
InMemory.FunctionalTests (1)
UpgradeTests.cs (1)
348
Assert.Equal(CoreStrings.
UpgradedConnectionLimitReached
, exception.Message);
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
273
throw new InvalidOperationException(CoreStrings.
UpgradedConnectionLimitReached
);