Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
object_store: retry on response decoding errors
Closes apache#6287 This PR includes `reqwest::Error::Decode` as an error case to retry on, which can occur when a server drops a connection in the middle of sending the response body.
- Loading branch information