RFR: 8268965: TCP Connection Reset when connecting simple socket to SSL server
Xue-Lei Andrew Fan
xuelei at openjdk.java.net
Tue Jul 6 00:17:50 UTC 2021
On Thu, 17 Jun 2021 13:20:54 GMT, Alexey Bakhtin <abakhtin at openjdk.org> wrote:
> Please review the fix for JDK-8268965.
>
> The new jtreg test is added for the described issue.
> sun/security/ssl and javax/net/ssl tests are passed
Could I have more details about the problem? For example, the thread stacks for the socket reset or the thread stacks of the call to close() method. The test case does not call close() method of the socket or the I/O stream. Will the reset happen if the socket and I/O call the close() methods properly?
-------------
PR: https://git.openjdk.java.net/jdk/pull/4520
More information about the security-dev
mailing list