From c0a3b88416bb31093ac41e98c59c3197452e520b Mon Sep 17 00:00:00 2001 From: Lukasz Czajczyk Date: Mon, 15 Jun 2020 16:00:08 +0200 Subject: [PATCH] Upgrade Jetty to 9.4.30.v20200611 9.3 version does not support closing of streams correctly even though in this code header is created with end of stream flag. This is an issue when I tried to send multiple messages using this example. 9.4 corrects this. --- multiplexing-examples/jetty-client/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multiplexing-examples/jetty-client/pom.xml b/multiplexing-examples/jetty-client/pom.xml index b336eab..4347a5b 100644 --- a/multiplexing-examples/jetty-client/pom.xml +++ b/multiplexing-examples/jetty-client/pom.xml @@ -16,7 +16,7 @@ de.consol.labs.h2c.examples.client.jetty.JettyClientExample - 9.3.4.v20151007 + 9.4.30.v20200611