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

Revert #4595: libfetchers/tarball: Lock on effectiveUrl #4700

Closed
wants to merge 1 commit into from

Conversation

dramforever
Copy link
Contributor

This reverts #4595.

Locking on the redirect destination proved to be problematic for some
URLs. For example, GitHub releases downloads redirect to URLs that
expire after some time, which would be broken by this behavior.

Fixes #4672.

We might be able to make a new scheme e.g. channel just for the use case mentioned in #4595, but I feel like given the relative minor use case, it would not be worth it.

This reverts commit fc6bfb2.

Locking on the redirect destination proved to be problematic for some
URLs. For example, GitHub releases downloads redirect to URLs that
expire after some time, which would be broken by this behavior.

Fixes NixOS#4672.
@dramforever
Copy link
Contributor Author

no longer relevant

see 42f0246

@dramforever dramforever closed this Apr 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

flakes: Locking on effective urls breaks fetching github releases (and probably other things)
1 participant