aspnetcore/test/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
..
ApplicationLifetime.cs Bedrock Renames (#1777) 2018-03-30 15:09:19 -07:00
HttpConnectionDispatcherTests.cs Close LongPolling connection on poll exception (#2701) 2018-07-31 09:52:10 -07:00
HttpConnectionManagerTests.cs Make un-graceful shutdown a bit more graceful (#2748) 2018-08-07 21:39:09 -07:00
LongPollingTests.cs API Review for Http.Connections (#2010) 2018-04-13 16:35:07 -07:00
MapConnectionHandlerTests.cs API Review for Http.Connections (#2010) 2018-04-13 16:35:07 -07:00
Microsoft.AspNetCore.Http.Connections.Tests.csproj SSE formatting refactor (#1916) 2018-04-11 17:13:15 +12:00
NegotiateProtocolTests.cs Handle null collections when writing NegotiateResponse (#2202) 2018-05-04 16:08:06 -07:00
ServerSentEventsMessageFormatterTests.cs SSE formatting refactor (#1916) 2018-04-11 17:13:15 +12:00
ServerSentEventsTests.cs SSE formatting refactor (#1916) 2018-04-11 17:13:15 +12:00
TestWebSocketConnectionFeature.cs API Review for Http.Connections (#2010) 2018-04-13 16:35:07 -07:00
WebSocketsTests.cs Verify Verifiable spelling (#2114) 2018-04-22 21:33:57 -07:00