aspnetcore/test/Microsoft.AspNetCore.Server...
David Fowler 5b62024fc8 * Properly handle FINs and resets in the SocketConnection (#1782)
- FIN from the client shouldn't throw
- Forced close from the server should throw
- Properly wrap connection reset exceptions and other exceptions
in IO exceptions
- This gives kestrel control over when the output closes
- Fixed one test that assumed libuv
- Dispose the connection to yield the reader

Fixes #1774
2017-04-27 17:55:35 -07:00
..
Properties
SystemdActivation
TestHelpers Skip HostName binding test when network is unreachable 2017-04-25 14:33:06 -07:00
AddressRegistrationTests.cs Move user-facing strings into resource files 2017-04-26 17:22:55 -07:00
BadHttpRequestTests.cs Move user-facing strings into resource files 2017-04-26 17:22:55 -07:00
ChunkedRequestTests.cs
ChunkedResponseTests.cs
ConnectionAdapterTests.cs
DefaultHeaderTests.cs
EventSourceTests.cs
FrameConnectionManagerTests.cs Move shutdown logic from transport to core (#1707) 2017-04-19 18:08:36 -07:00
GeneratedCodeTests.cs
HttpClientSlimTests.cs
HttpsConnectionAdapterTests.cs
HttpsTests.cs
IWebHostPortExtensions.cs
KeepAliveTimeoutTests.cs Move shutdown logic from transport to core (#1707) 2017-04-19 18:08:36 -07:00
LoggingConnectionAdapterTests.cs Move shutdown logic from transport to core (#1707) 2017-04-19 18:08:36 -07:00
MaxRequestBufferSizeTests.cs Move shutdown logic from transport to core (#1707) 2017-04-19 18:08:36 -07:00
MaxRequestLineSizeTests.cs
Microsoft.AspNetCore.Server.Kestrel.FunctionalTests.csproj
RequestHeaderLimitsTests.cs
RequestHeadersTimeoutTests.cs Move shutdown logic from transport to core (#1707) 2017-04-19 18:08:36 -07:00
RequestTargetProcessingTests.cs
RequestTests.cs * Properly handle FINs and resets in the SocketConnection (#1782) 2017-04-27 17:55:35 -07:00
ResponseTests.cs RequestTests and ResponseTests cleanup (#1723) 2017-04-20 16:33:05 -07:00
TestServer.cs Move shutdown logic from transport to core (#1707) 2017-04-19 18:08:36 -07:00
ThreadCountTests.cs
UpgradeTests.cs Fix flaky 400 response tests (#1758) 2017-04-24 23:48:47 -07:00
xunit.runner.json