Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Before, with `Timeout >0`, we had to check errors for `nil` because we were using a deadline context that might have cancelled before the retry function completed with an error, but since we now pass `ctx` as-is, this is no longer necessary.
- Loading branch information