- 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. |
||
|---|---|---|
| .. | ||
| TestHelpers | ||
| AddressBinderTests.cs | ||
| AsciiDecoding.cs | ||
| ChunkWriterTests.cs | ||
| DateHeaderValueManagerTests.cs | ||
| FrameConnectionManagerTests.cs | ||
| FrameHeadersTests.cs | ||
| FrameRequestHeadersTests.cs | ||
| FrameRequestStreamTests.cs | ||
| FrameResponseHeadersTests.cs | ||
| FrameResponseStreamTests.cs | ||
| FrameTests.cs | ||
| HeartbeatTests.cs | ||
| HttpParserTests.cs | ||
| HttpUtilitiesTest.cs | ||
| KestrelEventSourceTests.cs | ||
| KestrelServerLimitsTests.cs | ||
| KestrelServerOptionsTests.cs | ||
| KestrelServerTests.cs | ||
| KnownStringsTests.cs | ||
| MessageBodyTests.cs | ||
| Microsoft.AspNetCore.Server.Kestrel.Core.Tests.csproj | ||
| OutputProducerTests.cs | ||
| PathNormalizerTests.cs | ||
| PipeOptionsTests.cs | ||
| PipelineExtensionTests.cs | ||
| ResourceCounterTests.cs | ||
| ServerAddressTests.cs | ||
| StreamsTests.cs | ||
| StringUtilitiesTests.cs | ||
| TestInput.cs | ||
| ThrowingWriteOnlyStreamTests.cs | ||
| xunit.runner.json | ||