Closed Khalid-Nowaf closed 2 years ago
This PR fixes the data integrity issue #12 that I face from time to time, where the downloaded data is partially downloaded.
I have tried to check the download bytes against the request content-length to make sure the data is downloaded fully and remove the corrupted file.
Thanks for submitting this PR. Looks good to me!
This PR fixes the data integrity issue #12 that I face from time to time, where the downloaded data is partially downloaded.
I have tried to check the download bytes against the request content-length to make sure the data is downloaded fully and remove the corrupted file.