mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-21 22:46:04 +00:00
Reviewed blocking writes call sites and handled exceptions in the same way for all of them, calling HttpChannel.abort(Throwable). Modified HttpChannel.abort() to take the failure as parameter, so that subclasses may inspect the failure and decide what to do.