https://issues.dlang.org/show_bug.cgi?id=20970
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #2 from Dlang Bot <[email protected]> --- @Geod24 created dlang/dmd pull request #11878 "Fix 20970 - Use a longer retry for curl on Windows" fixing this issue: - Fix 20970 - Use a longer retry for curl on Windows This uses the backoff strategy built in curl, instead of the short 5 seconds retry. Instead, we set retry-max-time, telling curl to fail after 2 minutes. https://github.com/dlang/dmd/pull/11878 --
