aspnetcore/test/Microsoft.AspNetCore.Server...
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
..
Properties
SystemdActivation
TestHelpers
AddressRegistrationTests.cs Fix duplicate ID test warning. 2017-05-17 10:57:39 -07:00
BadHttpRequestTests.cs
ChunkedRequestTests.cs Read request body concurrent to app execution. 2017-05-22 12:23:02 -07:00
ChunkedResponseTests.cs
ConnectionAdapterTests.cs
ConnectionLimitTests.cs Implement max connection limits 2017-05-26 12:27:48 -07:00
DefaultHeaderTests.cs Read request body concurrent to app execution. 2017-05-22 12:23:02 -07:00
EventSourceTests.cs
FrameConnectionManagerTests.cs Implement max connection limits 2017-05-26 12:27:48 -07:00
GeneratedCodeTests.cs Target .NET Standard 2.0 (#1849) 2017-05-20 10:37:35 -07:00
HttpClientSlimTests.cs
HttpsConnectionAdapterTests.cs
HttpsTests.cs
IWebHostPortExtensions.cs
KeepAliveTimeoutTests.cs Throw InvalidOperationException from IHttpUpgradeFeature.UpgradeAsync when request is not upgradable 2017-05-17 11:38:42 -07:00
LoggingConnectionAdapterTests.cs
MaxRequestBufferSizeTests.cs Implement max connection limits 2017-05-26 12:27:48 -07:00
MaxRequestLineSizeTests.cs
Microsoft.AspNetCore.Server.Kestrel.FunctionalTests.csproj Target .NET Standard 2.0 (#1849) 2017-05-20 10:37:35 -07:00
RequestHeaderLimitsTests.cs
RequestHeadersTimeoutTests.cs
RequestTargetProcessingTests.cs
RequestTests.cs Implement max connection limits 2017-05-26 12:27:48 -07:00
ResponseTests.cs Fix flaky test and improve TestServer (#1859) 2017-05-24 15:45:54 -07:00
TestServer.cs Fix flaky test and improve TestServer (#1859) 2017-05-24 15:45:54 -07:00
ThreadCountTests.cs
UpgradeTests.cs Implement max connection limits 2017-05-26 12:27:48 -07:00
xunit.runner.json