uv/crates/uv-client/src
Charlie Marsh c743705dfb
Revert "Cache downloaded wheel when range requests aren't supported" (#6470)
## Summary

This reverts commit 7d92915f3d.

I thought this would be a net performance improvement, but we've now had
multiple reports that this made locking _extremely_ slow. I also tested
this today with a very large codebase against a registry that does not
support range requests, and the number of downloads was sort of wild to
watch. Reverting the reduced resolution time by over 50%.

Closes #6104.
2024-08-22 19:54:42 -04:00
..
httpcache switch to jiff from chrono (#6205) 2024-08-20 11:31:46 -05:00
base_client.rs Ignore workspace discovery errors with --no-workspace (#6328) 2024-08-21 14:30:01 +00:00
cached_client.rs Enable workspace lint configuration in remaining crates (#4329) 2024-06-18 03:02:28 +00:00
error.rs Revert "Cache downloaded wheel when range requests aren't supported" (#6470) 2024-08-22 19:54:42 -04:00
flat_index.rs Use hasher to compute resolution hash (#5495) 2024-07-26 23:24:09 +00:00
html.rs Stylize Requires-Python consistently (#5304) 2024-07-23 18:05:21 +00:00
lib.rs Show when we retried requests (#4725) 2024-07-02 19:04:11 +02:00
linehaul.rs Enable workspace lint configuration in remaining crates (#4329) 2024-06-18 03:02:28 +00:00
middleware.rs Enable workspace lint configuration in remaining crates (#4329) 2024-06-18 03:02:28 +00:00
registry_client.rs Revert "Cache downloaded wheel when range requests aren't supported" (#6470) 2024-08-22 19:54:42 -04:00
remote_metadata.rs Backtrack on distributions with invalid metadata (#2834) 2024-04-05 18:00:48 -04:00
rkyvutil.rs Enable workspace lint configuration in remaining crates (#4329) 2024-06-18 03:02:28 +00:00
tls.rs feat: mTLS support (#4171) 2024-06-10 20:11:35 -05:00