aspnetcore/test/shared
Nate McMaster c343628926 Implement max connection limits
- Added new options to allow configuring the maximum number of concurrent connections and upgraded connections.
- `KestrelServerLimits.MaxConcurrentConnections` defaults unlimited.
- `KestrelServerLimits.MaxConcurrentUpgradedConnections` defaults to unlimited.
- Calls to IHttpUpgradeFeature.UpgradeAsync() will throw when the MaxConcurrentUpgradedConnections limit has been reached.
- Kestrel will close new connections without response when MaxConcurrentConnections is reached.
2017-05-26 12:27:48 -07:00
..
TestResources
DisposableStack.cs Implement max connection limits 2017-05-26 12:27:48 -07:00
DummyApplication.cs
EventRaisingResourceCounter.cs Implement max connection limits 2017-05-26 12:27:48 -07:00
HttpClientSlim.cs
HttpParsingData.cs
KestrelTestLoggerFactory.cs Fix flaky test and improve TestServer (#1859) 2017-05-24 15:45:54 -07:00
LifetimeNotImplemented.cs
MockConnectionInformation.cs
MockLogger.cs
MockSystemClock.cs
PassThroughConnectionAdapter.cs
StringExtensions.cs
TestApp.cs
TestApplicationErrorLogger.cs Fix flaky test and improve TestServer (#1859) 2017-05-24 15:45:54 -07:00
TestConnection.cs Implement max connection limits 2017-05-26 12:27:48 -07:00
TestFrame.cs
TestKestrelTrace.cs
TestResources.cs
TestServiceContext.cs Implement max connection limits 2017-05-26 12:27:48 -07:00