Hi,
Storage Java library users are failing on a retryable exception SocketException: Socket closed' errors which raised as a javax.net.ssl.SSLException. SSLException isn't considered retryable in BaseServiceException.java.
Are there any concerns with making this exception retryable along with:
- SocketTimeoutException
- SocketException
- SSLHandshakeException
I'll send a PR to introduce this change for discussion.
Hi,
Storage Java library users are failing on a retryable exception
SocketException: Socket closed' errorswhich raised as ajavax.net.ssl.SSLException. SSLException isn't considered retryable in BaseServiceException.java.Are there any concerns with making this exception retryable along with:
I'll send a PR to introduce this change for discussion.