RFR: 8318492: Http2ClientImpl should attempt to close and remove connection in stop()

Jaikiran Pai jpai at openjdk.org
Wed Oct 25 09:39:37 UTC 2023


On Tue, 24 Oct 2023 09:46:40 GMT, Conor Cleary <ccleary at openjdk.org> 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


More information about the net-dev mailing list