RFR: 8359978: Test javax/net/ssl/SSLSocket/Tls13PacketSize.java failed again with java.net.SocketException: An established connection was aborted by the software in your host machine
Francesco Andreuzzi
fandreuzzi at openjdk.org
Tue Oct 28 14:31:35 UTC 2025
On Tue, 28 Oct 2025 14:24:59 GMT, Matthew Donovan <mdonovan at openjdk.org> 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
More information about the security-dev
mailing list