aspnetcore/.vscode
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
..
extensions.json Add VS Code settings (#1556) 2017-03-29 12:18:03 -07:00
launch.json Implement max connection limits 2017-05-26 12:27:48 -07:00
settings.json Add VS Code settings (#1556) 2017-03-29 12:18:03 -07:00
tasks.json Implement max connection limits 2017-05-26 12:27:48 -07:00