On Mon, 22 Jun 2026 17:30:24 GMT, Ashay Rane <[email protected]> wrote:

>> Instead of discarding the newly created `CommunicationException`
>> exception and referencing the outer (caught)
>> `SSLPeerUnverifiedException` exception, this patch adds the
>> `SSLPeerUnverifiedException` exception as the suppressed exception of
>> the newly created `CommunicationException` exception.
>> 
>> ---------
>> - [x] I confirm that I make this contribution in accordance with the 
>> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai).
>
> Ashay Rane has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   Handle the case when `closureReason == null`
>   
>   Also, since `closureReason` is shared, we first read it into a local
>   variable (`priorFailure`) before checking for null.

Marked as reviewed by dfuchs (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/31545#pullrequestreview-4608151586

Reply via email to