aspnetcore/test
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
..
Kestrel.Core.Tests General connection management (#2834) 2018-08-22 20:35:28 -07:00
Kestrel.InMemory.FunctionalTests General connection management (#2834) 2018-08-22 20:35:28 -07:00
Kestrel.Tests Improve test logs (#2826) 2018-08-15 18:31:56 -07:00
Kestrel.Transport.BindTests Remove default port tests 2018-08-20 15:54:41 -07:00
Kestrel.Transport.FunctionalTests General connection management (#2834) 2018-08-22 20:35:28 -07:00
Kestrel.Transport.Libuv.BindTests Improve test logs (#2826) 2018-08-15 18:31:56 -07:00
Kestrel.Transport.Libuv.FunctionalTests Improve test logs (#2826) 2018-08-15 18:31:56 -07:00
Kestrel.Transport.Libuv.Tests Improve exception handling in SocketConnection (#2844) 2018-08-23 16:59:02 -07:00
Kestrel.Transport.Sockets.BindTests Improve test logs (#2826) 2018-08-15 18:31:56 -07:00
Kestrel.Transport.Sockets.FunctionalTests Improve test logs (#2826) 2018-08-15 18:31:56 -07:00
SystemdActivation
shared Improve exception handling in SocketConnection (#2844) 2018-08-23 16:59:02 -07:00
Directory.Build.props
xunit.runner.json