aspnetcore/src/Microsoft.AspNetCore.Http.C...
David Fowler 5e7f63b096
Make un-graceful shutdown a bit more graceful (#2748)
* Make un-graceful shutdown a bit more graceful
- Change how graceful shutdown is done to ensure there are no errors on shutdown.
- Avoid closing pipes from under other components that own those pipes.
- Close the application output so that the application's read loop ends gracefully. For websockets, we cancel the token, for other transports, we close the output directly.
2018-08-07 21:39:09 -07:00
..
Features
Internal Make un-graceful shutdown a bit more graceful (#2748) 2018-08-07 21:39:09 -07:00
Properties
ConnectionsAppBuilderExtensions.cs
ConnectionsDependencyInjectionExtensions.cs
ConnectionsRouteBuilder.cs
HttpConnectionContextExtensions.cs
HttpConnectionDispatcherOptions.cs
LongPollingOptions.cs
Microsoft.AspNetCore.Http.Connections.csproj Client pings server on interval (#2309) 2018-05-23 13:53:23 -07:00
WebSocketOptions.cs
baseline.netcore.json Generate baselines and enable Api check (#2304) 2018-05-17 15:21:13 -07:00