> 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 ------------- Changes: - all: https://git.openjdk.org/jdk/pull/30534/files - new: https://git.openjdk.org/jdk/pull/30534/files/eb673215..edad679c Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=30534&range=01 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=30534&range=00-01 Stats: 8 lines in 1 file changed: 6 ins; 0 del; 2 mod Patch: https://git.openjdk.org/jdk/pull/30534.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/30534/head:pull/30534 PR: https://git.openjdk.org/jdk/pull/30534
