Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
retry
: return
immediately after context errors
Before, the error may have been handled in the `<-ctx.Done()` case in the `select` for the backoff sleep, since `DeadlineExceeded` errors return `true` for `Temporary()` and `Timeout()`.
- Loading branch information