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 Fix flaky heartbeat test (#1794) 2017-04-29 00:42:27 -07:00
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 netcoreapp2.0 (#1810) 2017-05-05 14:31:34 -07:00
FrameTests.cs Read request body concurrent to app execution. 2017-05-22 12:23:02 -07:00
HeartbeatTests.cs Fix flaky heartbeat test (#1794) 2017-04-29 00:42:27 -07:00
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 arespr/knownmethods-optimizations cleanup 2017-05-04 12:27:22 -07:00
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 Implement new request trace identifier format 2017-05-01 09:50:47 -07:00
TestInput.cs Read request body concurrent to app execution. 2017-05-22 12:23:02 -07:00
ThrowingWriteOnlyStreamTests.cs
xunit.runner.json