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

download: if there are active requests, never sleep for 10s #2216

Merged
merged 1 commit into from Nov 20, 2018

Conversation

dtzWill
Copy link
Member

@dtzWill dtzWill commented Jun 9, 2018

In some versions/configurations libcurl doesn't handle timeouts
(especially DNS timeouts) in a way that wakes curl_multi_wait.

This doesn't appear to be a problem if using c-ares, FWIW.

See
NixOS/nixpkgs#41619

(and the issues/PR's it refers to)

In some versions/configurations libcurl doesn't handle timeouts
(especially DNS timeouts) in a way that wakes curl_multi_wait.

This doesn't appear to be a problem if using c-ares, FWIW.
@dtzWill
Copy link
Member Author

dtzWill commented Jun 9, 2018

Hopefully this can make it to a release, so Nixpkgs doesn't need to special-case the curl used by Nix.

@edolstra edolstra merged commit ebeea06 into NixOS:master Nov 20, 2018
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.

None yet

2 participants