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: restore the thread's interrupted status after catching InterruptedException (#1005) #1006

Merged
merged 4 commits into from Jun 19, 2020

Commits on Jun 18, 2020

  1. Copy the full SHA
    e3a2040 View commit details
    Browse the repository at this point in the history
  2. - Updated code comment to:

    Mark thread as interrupted since we cannot throw InterruptedException here.
    
    - Also setting thread interrupted in
    HttpBackOffUnsuccessfulResponseHandler.
    
    - Added tests for both HttpBackOffIOExceptionHandler and
    HttpBackOffUnsuccessfulResponseHandler.
    Mike DaCosta committed Jun 18, 2020
    Copy the full SHA
    5711c04 View commit details
    Browse the repository at this point in the history
  3. Fix bad merge

    Mike DaCosta committed Jun 18, 2020
    Copy the full SHA
    f8b6577 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9bba5a2 View commit details
    Browse the repository at this point in the history