uv/crates/uv-publish
Charlie Marsh 821f3de095
Automatically retry body errors when processing response (#9213)
## 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.
2024-11-19 04:14:58 +00:00
..
src Automatically retry body errors when processing response (#9213) 2024-11-19 04:14:58 +00:00
Cargo.toml Skip existing, second iteration: Check the index before uploading (#8531) 2024-10-31 16:23:12 +01:00