Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache wheel metadata in no-PEP 658 fallback #2255

Merged
merged 1 commit into from
Mar 7, 2024
Merged

Conversation

charliermarsh
Copy link
Member

Summary

If we fallback to streaming the wheel (because the registry doesn't support range requests), we currently don't cache the metadata at all. This PR fixes that, ensuring that we cache based on the same HTTP policies, etc.

@charliermarsh charliermarsh added the performance Potential performance improvement label Mar 7, 2024
@charliermarsh charliermarsh marked this pull request as ready for review March 7, 2024 00:41
@charliermarsh charliermarsh merged commit b061db0 into main Mar 7, 2024
7 checks passed
@charliermarsh charliermarsh deleted the charlie/cache branch March 7, 2024 00:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Potential performance improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant