**Describe the bug** <!-- A clear and concise description of what the bug is. --> The logic in `send_retry` only retries errors returned by [send](https://docs.rs/reqwest/latest/reqwest/struct.RequestBuilder.html#method.send) which critically does not include errors due to reponse status. **To Reproduce** <!-- Steps to reproduce the behavior: --> **Expected behavior** <!-- A clear and concise description of what you expected to happen. --> **Additional context** <!-- Add any other context about the problem here. -->
Describe the bug
The logic in
send_retryonly retries errors returned by send which critically does not include errors due to reponse status.To Reproduce
Expected behavior
Additional context