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
..
TestHelpers Add support to use System.Memory as a package instead of internilized source (#1821) 2017-05-16 16:54:03 -07:00
AddressBinderTests.cs
AsciiDecoding.cs
ChunkWriterTests.cs
DateHeaderValueManagerTests.cs
FrameConnectionManagerTests.cs Implement max connection limits 2017-05-26 12:27:48 -07:00
FrameHeadersTests.cs Update test framework versions and fix issues with tests (#1834) 2017-05-17 09:36:40 -07:00
FrameRequestHeadersTests.cs Update test framework versions and fix issues with tests (#1834) 2017-05-17 09:36:40 -07:00
FrameRequestStreamTests.cs Target .NET Standard 2.0 (#1849) 2017-05-20 10:37:35 -07:00
FrameResponseHeadersTests.cs Read request body concurrent to app execution. 2017-05-22 12:23:02 -07:00
FrameResponseStreamTests.cs
FrameTests.cs Read request body concurrent to app execution. 2017-05-22 12:23:02 -07:00
HeartbeatTests.cs
HttpParserTests.cs Add support to use System.Memory as a package instead of internilized source (#1821) 2017-05-16 16:54:03 -07:00
HttpUtilitiesTest.cs
KestrelEventSourceTests.cs
KestrelServerLimitsTests.cs Implement max connection limits 2017-05-26 12:27:48 -07:00
KestrelServerOptionsTests.cs
KestrelServerTests.cs
KnownStringsTests.cs
MessageBodyTests.cs Read request body concurrent to app execution. 2017-05-22 12:23:02 -07:00
Microsoft.AspNetCore.Server.Kestrel.Core.Tests.csproj Target .NET Standard 2.0 (#1849) 2017-05-20 10:37:35 -07:00
OutputProducerTests.cs Read request body concurrent to app execution. 2017-05-22 12:23:02 -07:00
PathNormalizerTests.cs
PipeOptionsTests.cs
PipelineExtensionTests.cs
ResourceCounterTests.cs Implement max connection limits 2017-05-26 12:27:48 -07:00
ServerAddressTests.cs
StreamsTests.cs Read request body concurrent to app execution. 2017-05-22 12:23:02 -07:00
StringUtilitiesTests.cs
TestInput.cs Read request body concurrent to app execution. 2017-05-22 12:23:02 -07:00
ThrowingWriteOnlyStreamTests.cs
xunit.runner.json