From 3c1b1bfa107bdf3821bc547e7f642b0cc5cfcaf5 Mon Sep 17 00:00:00 2001 From: Violeta Georgieva Date: Fri, 25 Nov 2022 13:33:22 +0200 Subject: [PATCH] Update Http2Pool javadoc When GO_AWAY is received and there are no streams the connection is removed from the pool. If there are streams the connection is filtered and not used for creation of new streams. --- .../src/main/java/reactor/netty/http/client/Http2Pool.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reactor-netty-http/src/main/java/reactor/netty/http/client/Http2Pool.java b/reactor-netty-http/src/main/java/reactor/netty/http/client/Http2Pool.java index c350192a2d..4783991744 100644 --- a/reactor-netty-http/src/main/java/reactor/netty/http/client/Http2Pool.java +++ b/reactor-netty-http/src/main/java/reactor/netty/http/client/Http2Pool.java @@ -65,6 +65,7 @@ * The connection is removed from the pool when: *