hgouveia / node-downloader-helper

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

fileStream was not closed when retrying in the case of disconnection and reconnection #104

Closed mumuyu66 closed 12 months ago

mumuyu66 commented 1 year ago

Fixed the situation where the old fileStream was not closed when retrying in the case of disconnection and reconnection

hgouveia commented 12 months ago

thanks @mumuyu66 for your contribution, i reviwed and everythings seems good, i will doble check on monday, and if good i will release a version with this fix