mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-04 21:09:13 +00:00
When a fill() triggered by a flush() throws, now the write flusher is failed rather than completed. This ensures that both the read and the write side see the same exception, rather than the write side seeing a ClosedChannelException.