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

fix #257: Retry once in case of AbortedException/IOException #272

Merged
merged 1 commit into from
Feb 7, 2018

Commits on Feb 7, 2018

  1. fix #257: Retry once in case of AbortedException/IOException

    When HttpClient receives AbortedException/IOException, it will retry once
    and then will return the exception so that the user can decide how many
    retries to do and with what delay.
    violetagg committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    ad75552 View commit details
    Browse the repository at this point in the history