On Fri, 6 Dec 2024 01:23:31 GMT, Matthew Donovan <mdono...@openjdk.org> wrote:
> 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 This pull request has now been integrated. Changeset: f6e7713b Author: Matthew Donovan <mdono...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/f6e7713bb653811423eeb2515c2f69b437750326 Stats: 4 lines in 1 file changed: 4 ins; 0 del; 0 mod 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 Co-authored-by: Daniel Jeliński <djelin...@openjdk.org> Reviewed-by: djelinski ------------- PR: https://git.openjdk.org/jdk/pull/22591