https://issues.dlang.org/show_bug.cgi?id=20970
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #3 from Dlang Bot <[email protected]> --- dlang/dmd pull request #11878 "Fix 20970 - Use a longer retry for curl on Windows" was merged into master: - 0427a8378a545ef677ed826e324cbb86c5c75655 by Geod24: 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 --
