Unverified Commit e43d648a authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

fetchurl: improve error handling flags to curl to retry harder (#358042)

parents b04bc354 4d7a4fbd
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -11,6 +11,8 @@ curl=(
    --location
    --max-redirs 20
    --retry 3
    --retry-all-errors
    --continue-at -
    --disable-epsv
    --cookie-jar cookies
    --user-agent "curl/$curlVersion Nixpkgs/$nixpkgsVersion"