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
Kestrel.Transport.BindTests
Kestrel.Transport.FunctionalTests General connection management (#2834) 2018-08-22 20:35:28 -07:00
Kestrel.Transport.Libuv.BindTests
Kestrel.Transport.Libuv.FunctionalTests
Kestrel.Transport.Libuv.Tests Improve exception handling in SocketConnection (#2844) 2018-08-23 16:59:02 -07:00
Kestrel.Transport.Sockets.BindTests
Kestrel.Transport.Sockets.FunctionalTests
SystemdActivation
shared Improve exception handling in SocketConnection (#2844) 2018-08-23 16:59:02 -07:00
Directory.Build.props
xunit.runner.json