hgouveia / node-downloader-helper

A simple http file downloader for node.js
MIT License
247 stars 54 forks source link

fix retry bug by clearTimeout #101

Closed mumuyu66 closed 1 year ago

mumuyu66 commented 1 year ago

hi, please review the changes in the code. This submission mainly fixes the following issues:

  1. When multiple retries are triggered, resume or __start will be triggered multiple times.
  2. When in retry, pause will not work.
  3. When the download is already completed, retry may trigger a 416 error.