Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle SSLHandshakeException with connection retry #680

Merged
merged 1 commit into from
Jan 25, 2020

Conversation

bitwiseman
Copy link
Member

Description

Fixes for #679
Also adds tests to cover more retry and exception scenarios.

@@ -558,6 +563,33 @@ private boolean retrySocketException(IOException e, int retries) throws IOExcept
return false;
}

private boolean retryInvalidCached404Response(int responseCode, int retries) throws IOException {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This just a move.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant