On Sun, 10 Jan 2021 06:56:17 GMT, Clive Verghese <[email protected]> wrote:

>> This PR aims to revert some more cases where SocketExceptions are improperly 
>> being wrapped as SSLException. Some work for this was done in 
>> [JDK-8235263](https://bugs.openjdk.java.net/browse/JDK-8235263), but that 
>> change did not cover all the cases.
>> 
>> As it was mentioned in JDK-8235263, some applications rely on receiving 
>> SocketException to decide if the connection should be retried. An example of 
>> this would be Apache HTTP client. This PR should ideally fix 
>> https://issues.apache.org/jira/browse/HTTPCLIENT-2032
>
> Clive Verghese has refreshed the contents of this pull request, and previous 
> commits have been removed. The incremental views will show differences 
> compared to the previous content of the PR.

Looks good to me.

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

Marked as reviewed by simonis (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/1968

Reply via email to