Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nix
base: 5e64470b1922
Choose a base ref
...
head repository: NixOS/nix
compare: ebeea068d52a
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 9, 2018

  1. download: if there are active requests, never sleep for 10s

    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 committed Jun 9, 2018
    Copy the full SHA
    6bf7dc1 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2018

  1. Merge pull request #2216 from dtzWill/fix/curl-760-timeout

    download: if there are active requests, never sleep for 10s
    edolstra committed Nov 20, 2018
    Copy the full SHA
    ebeea06 View commit details
    Browse the repository at this point in the history