On Thu, 2 Apr 2026 09:00:30 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. > > Daniel Jeliński has updated the pull request incrementally with two > additional commits since the last revision: > > - Add a comment to the assertion > - Add try-finally Thanks for making the changes! LGTM ------------- Marked as reviewed by dfuchs (Reviewer). PR Review: https://git.openjdk.org/jdk/pull/30534#pullrequestreview-4049418375
