From e9c2c26eec1847a48dc0bd8b78886782cb7bf3e0 Mon Sep 17 00:00:00 2001 From: Ludovic Orban Date: Mon, 24 Jun 2024 14:57:08 +0200 Subject: [PATCH] #11932 make succeeded and failed in ICB final + introduce onSuccess Signed-off-by: Ludovic Orban --- .../java/org/eclipse/jetty/http2/tests/RawHTTP2ProxyTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/jetty-core/jetty-http2/jetty-http2-tests/src/test/java/org/eclipse/jetty/http2/tests/RawHTTP2ProxyTest.java b/jetty-core/jetty-http2/jetty-http2-tests/src/test/java/org/eclipse/jetty/http2/tests/RawHTTP2ProxyTest.java index 1e80868ab610..ff2e8f3fc5a2 100644 --- a/jetty-core/jetty-http2/jetty-http2-tests/src/test/java/org/eclipse/jetty/http2/tests/RawHTTP2ProxyTest.java +++ b/jetty-core/jetty-http2/jetty-http2-tests/src/test/java/org/eclipse/jetty/http2/tests/RawHTTP2ProxyTest.java @@ -672,7 +672,6 @@ protected Action process() protected void onSuccess() { frameInfo.callback.succeeded(); - super.succeeded(); } @Override