aspnetcore/test/Kestrel.Transport.Libuv.Tests
Stephen Halter e5a1101239
Improve exception handling in SocketConnection (#2844)
- Avoid race where a connection reset observed by both DoSend() and DoReceive()
  resulted in a ConnectionAbortedException being thrown from the input Pipe
  instead of a ConnectionResetException.
2018-08-23 16:59:02 -07:00
..
TestHelpers
Kestrel.Transport.Libuv.Tests.csproj Improve test logs (#2826) 2018-08-15 18:31:56 -07:00
LibuvConnectionTests.cs
LibuvOutputConsumerTests.cs Improve exception handling in SocketConnection (#2844) 2018-08-23 16:59:02 -07:00
LibuvThreadTests.cs
LibuvTransportFactoryTests.cs
LibuvTransportOptionsTests.cs
LibuvTransportTests.cs Add in-memory functional test project (#2780) 2018-08-07 15:34:11 -07:00
ListenerPrimaryTests.cs
MultipleLoopTests.cs
NetworkingTests.cs
UvStreamHandleTests.cs
UvTimerHandleTests.cs