aspnetcore/test
David Fowler 68a0863524
General connection management (#2834)
This change makes the handling of graceful shutdown work for more than just http scenarios. This should allow us to move TLS further out and should also allow us to start moving things to connection middleware instead of connection adapters.
Summary of the things changed/added:
- Added IConnectionLifetimeNotificationFeature that represents an attempt to gracefully close the connection that isn't being aborted. This feels pretty awful but we may have to do it.
- Moved connection management to the ConnectionDispatcher and out of the HttpConnectionMiddleware
- Removed Http from the names of the ConnectionManager and Heartbeat
2018-08-22 20:35:28 -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 Clean up some remants of the past (#2827) 2018-08-15 23:41:32 -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 React to aspnet/BuildTools#684 (#2660) 2018-06-11 16:43:33 -07:00
shared General connection management (#2834) 2018-08-22 20:35:28 -07:00
Directory.Build.props Upgrade to netcoreapp2.2 2018-05-09 16:43:15 -07:00
xunit.runner.json React to pool cleanup (#2526) 2018-04-30 08:37:15 -07:00