On Fri, 10 Jul 2026 12:11:53 GMT, Sean Mullan <[email protected]> wrote:
> Looks ok, but is this really just a workaround for an OS bug? Seems like it > might occur in other tests. It's not really a bug, OS is free to re-use a port number once it becomes available. Client sessions are cached by host:port, and since all test runs use the same SSLContext, subsequent client connection to the same server's host:port tries to resume the session. ------------- PR Comment: https://git.openjdk.org/jdk/pull/31811#issuecomment-4935980367
