mirror of https://github.com/astral-sh/uv
## Summary The reqwest middleware doesn't retry errors that occur "after" the request completes -- but in some cases, these do include spurious errors that we want to retry. See https://github.com/astral-sh/uv/issues/8144 for examples. This PR adds a second retry layer during the response _handler_, which should help with some of the spurious failures we see in the linked issue. Closes https://github.com/astral-sh/uv/issues/8144. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||