mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-21 22:46:04 +00:00
removed HttpOutput.close(Closeable) method as IO.close(Closeable) should be used instead added isFailed() method to WriteFlusher and used it to fix WriteFlusherTest.testFailWhileBlocking() surrounded usage of onError() in HttpOutput.run() with try-finally so that IO.close(this) is executed if onError throws Signed-off-by: Lachlan Roberts <lachlan@webtide.com>