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 Add ConfigureAwait(false) to test helpers (#1699) 2017-04-17 11:33:27 -07:00
HttpParsingData.cs Move user-facing strings into resource files 2017-04-26 17:22:55 -07:00
KestrelTestLoggerFactory.cs Fix flaky test and improve TestServer (#1859) 2017-05-24 15:45:54 -07:00
LifetimeNotImplemented.cs
MockConnectionInformation.cs Read request body concurrent to app execution. 2017-05-22 12:23:02 -07:00
MockLogger.cs Add debug logging in address binding when IPv6Any fails 2017-04-24 17:14:43 -07:00
MockSystemClock.cs Rename namespaces/directories/classes in Kestrel.Core and Transport.Libuv (#1582). 2017-04-04 13:45:02 -07:00
PassThroughConnectionAdapter.cs Invert the dependency between connection adapters and Frame (#1822) 2017-05-10 15:29:43 -07:00
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 Create Frame in FrameConnection. 2017-05-10 16:48:37 -07:00
TestKestrelTrace.cs Rename namespaces/directories/classes in Kestrel.Core and Transport.Libuv (#1582). 2017-04-04 13:45:02 -07:00
TestResources.cs Target .NET Standard 2.0 (#1849) 2017-05-20 10:37:35 -07:00
TestServiceContext.cs Implement max connection limits 2017-05-26 12:27:48 -07:00