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

Throw TimeoutException upon HTTP timeout for GET operations #4128

Merged
merged 1 commit into from Mar 25, 2020

Commits on Mar 5, 2020

  1. Throw TimeoutException when an HTTP timeout occurs.

    The HttpClient.GetAsync method throws an OperationCanceledException when
    the timeout is exceeded.  In order to provide a more informative
    exception, we will detect this case and throw a TimeoutException
    instead.
    
    This is related to issue duplicati#3772.
    warwickmm committed Mar 5, 2020
    Copy the full SHA
    21d0247 View commit details
    Browse the repository at this point in the history