RFR: 8318492: Http2ClientImpl should attempt to close and remove connection in stop()
Daniel Fuchs
dfuchs at openjdk.org
Wed Oct 25 10:30:26 UTC 2023
On Wed, 25 Oct 2023 09:37:11 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:
> 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.
Yes - but the connections we're removing have been closed, so they are inactive, which is kind of the point.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16340#issuecomment-1778964381
More information about the net-dev
mailing list