mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-21 22:46:04 +00:00
The case was that shutdown was called, ShutdownFlusherEntry called flusher.close(), which called super.close(), which called onCompleteFailure(), which looped over the active items to fail them, calling again ShutdownFlusherEntry, which called again flusher.close(), etc.