aspnetcore/test
Stephen Halter ac31e5ab30
[2.1.3] Consistently handle connection aborts (#2619)
* Decouple connection objects from the server (#2535)

- Making progress towards being able to use the connection objects on the client side.

* Wait for input writer to complete before calling OnConnectionClosed (#2566)

* Wait for the ConnectionClosed token to stop tracking connections (#2574)

- The prior strategy of waiting for the pipe completed callbacks doesn't work
  because blocks are returned to the memory pool after the callbacks are fired.

* Consistently handle connection resets (#2547)

* Provide better connection abort exceptions and logs

* void IConnectionDispatcher.OnConnection
2018-06-28 10:51:22 -07:00
..
Kestrel.Core.Tests [2.1.3] Consistently handle connection aborts (#2619) 2018-06-28 10:51:22 -07:00
Kestrel.FunctionalTests [2.1.3] Consistently handle connection aborts (#2619) 2018-06-28 10:51:22 -07:00
Kestrel.Tests
Kestrel.Transport.Libuv.FunctionalTests Add file logging to functional tests 2018-04-13 14:53:57 -07:00
Kestrel.Transport.Libuv.Tests [2.1.3] Consistently handle connection aborts (#2619) 2018-06-28 10:51:22 -07:00
Kestrel.Transport.Sockets.FunctionalTests Add file logging to functional tests 2018-04-13 14:53:57 -07:00
SystemdActivation
shared [2.1.3] Consistently handle connection aborts (#2619) 2018-06-28 10:51:22 -07:00
Directory.Build.props Remove netcoreapp2.0 test coverage 2018-05-02 08:54:57 -07:00
xunit.runner.json