On Wed, 1 Apr 2026 12:19:14 GMT, Daniel Jeliński <[email protected]> wrote:
> The QuicEndpoint keeps a collection of active stateless reset tokens mapped > to connections. Updates to the map are not fully synchronized, and sometimes > tokens were added after a connection was closed and unregistered from the > endpoint. > > The code adds two new assertions (in QuicEndpoint and in PeerConnIdManager) > that caused occasional test failures. > > All java/net/httpclient tests are stable. This pull request has now been integrated. Changeset: 4bb7204f Author: Daniel Jeliński <[email protected]> URL: https://git.openjdk.org/jdk/commit/4bb7204fa91cc86daca35f816265e2258bd95a7f Stats: 46 lines in 6 files changed: 34 ins; 5 del; 7 mod 8377181: HttpClient may leak closed QUIC connection objects Reviewed-by: dfuchs ------------- PR: https://git.openjdk.org/jdk/pull/30534
