diff --git a/jetty-io/src/main/java/org/eclipse/jetty/io/WriteFlusher.java b/jetty-io/src/main/java/org/eclipse/jetty/io/WriteFlusher.java index 86465065a79..c9b56d4ecdf 100644 --- a/jetty-io/src/main/java/org/eclipse/jetty/io/WriteFlusher.java +++ b/jetty-io/src/main/java/org/eclipse/jetty/io/WriteFlusher.java @@ -496,8 +496,6 @@ abstract public class WriteFlusher public boolean onFail(Throwable cause) { // Keep trying to handle the failure until we get to IDLE or FAILED state - if (cause!=null) - cause.addSuppressed(new Throwable()); while (true) { State current = _state.get();