-
- Downloads
dirmgr: fix bugs in algorithm for retrying downloads
The previous algorithm had two flaws: * It would wait even after the final attempt, when there were no more retries to do. * It would fail to wait between attempts if an error occurred. This refactoring fixes both of these issues, and adds some comments.
Please register or sign in to comment