- 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. |
||
|---|---|---|
| .. | ||
| TestResources | ||
| DisposableStack.cs | ||
| DummyApplication.cs | ||
| EventRaisingResourceCounter.cs | ||
| HttpClientSlim.cs | ||
| HttpParsingData.cs | ||
| KestrelTestLoggerFactory.cs | ||
| LifetimeNotImplemented.cs | ||
| MockConnectionInformation.cs | ||
| MockLogger.cs | ||
| MockSystemClock.cs | ||
| PassThroughConnectionAdapter.cs | ||
| StringExtensions.cs | ||
| TestApp.cs | ||
| TestApplicationErrorLogger.cs | ||
| TestConnection.cs | ||
| TestFrame.cs | ||
| TestKestrelTrace.cs | ||
| TestResources.cs | ||
| TestServiceContext.cs | ||