mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-21 06:05:19 +00:00
Cleanup of Graceful shutdown, plus ensure Connection:close if connector is shutdown for #2749 * WIP close connection when shutting down * WIP use HttpChannel.Listener * cleanups * support graceful stop of a context * only close connections if the connector is shutdown * minor cleanups * fixed toString and test * fixed imports * Move close logic to HttpConnection * fixed generator to not override persistent * Issue #2749 - Close connections on graceful shutdown. * Small fix after review. Signed-off-by: Greg Wilkins <gregw@webtide.com> Signed-off-by: Simone Bordet <simone.bordet@gmail.com>