On Tue, 28 Oct 2025 14:24:59 GMT, Matthew Donovan <[email protected]> wrote:
> This PR updates the TLS13PacketSize test so the client-side of the connection > also reads any available data from the socket before closing. I have been > unable to recreate the SocketException after 1000s of test iterations. test/jdk/javax/net/ssl/SSLSocket/Tls13PacketSize.java line 39: > 37: import java.io.InputStream; > 38: import java.io.OutputStream; > 39: import java.util.concurrent.CountDownLatch; This does not seem to be used in the diff ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/28020#discussion_r2469798350
