Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Catch retries with wrapped
reqwest
errors (#9253)
## Summary It turns out that `WrappedReqwestError` skips the `reqwest::Error` itself in order to hack the display. This PR adds it to the list of variants we check when retrying transient errors. Closes #9246. ## Test Plan Patched `reqwest` locally to return an error in `bytes()`. Verified that it was _not_ caught prior to this PR, but was caught afterwards.
- Loading branch information