On Tue, 24 Oct 2023 09:46:40 GMT, Conor Cleary <[email protected]> wrote:
> removes the Http2Connection from the connection pool to prevent inactive > connections from remaining in there rather than just closing it. I believe you are already aware, but just to avoid any confusion, the pool of connections represented by the `connections` field in `Http2ClientImpl` is pool of active connections. ------------- PR Comment: https://git.openjdk.org/jdk/pull/16340#issuecomment-1778883976
