mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-15 19:14:51 +00:00
+ AWSC.Flusher.onFailure() now uses IOState properly. + IOState now tracks the final CLOSED CloseInfo atomically + Renamed IOState.onReadEOF() to .onReadFailure(Throwable) + Added IOState.onWriteFailure(Throwable)