[jdk13u-dev] RFR: 8274524: SSLSocket.close() hangs if it is called during the ssl handshake [v2]

Alexey Bakhtin abakhtin at openjdk.java.net
Mon Feb 14 15:42:01 UTC 2022


On Mon, 14 Feb 2022 15:15:28 GMT, Xue-Lei Andrew Fan <xuelei at openjdk.org> wrote:

>> Alexey Bakhtin has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Add braces
>
> src/java.base/share/classes/sun/security/ssl/SSLSocketImpl.java line 1769:
> 
>> 1767:                     } finally {
>> 1768:                         if (soTimeout == 0)
>> 1769:                             setSoTimeout(soTimeout);
> 
> Braces should be used for the if-clauses.

Thank you. Braces are added

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

PR: https://git.openjdk.java.net/jdk13u-dev/pull/326


More information about the jdk-updates-dev mailing list