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
AddressBinderTests.cs
AsciiDecoding.cs
ChunkWriterTests.cs
DateHeaderValueManagerTests.cs
FrameConnectionManagerTests.cs Implement max connection limits 2017-05-26 12:27:48 -07:00
FrameHeadersTests.cs
FrameRequestHeadersTests.cs
FrameRequestStreamTests.cs
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
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
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