RFR: 8339356: Test javax/net/ssl/SSLSocket/Tls13PacketSize.java failed with java.net.SocketException: An established connection was aborted by the software in your host machine

Matthew Donovan mdonovan at openjdk.org
Fri Dec 6 01:29:14 UTC 2024


I was unable to reproduce the error but I suspect the error is caused by the server-side closing the socket as soon as the write operation is done. I added a read() call on the server to ensure the client initiates connection close

-------------

Commit messages:
 - 8339356: Test javax/net/ssl/SSLSocket/Tls13PacketSize.java failed with java.net.SocketException: An established connection was aborted by the software in your host machine

Changes: https://git.openjdk.org/jdk/pull/22591/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=22591&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8339356
  Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/22591.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/22591/head:pull/22591

PR: https://git.openjdk.org/jdk/pull/22591


More information about the security-dev mailing list