Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Download: fix getFilefromNet for slow downloads
This returns a response as soon as the header comes in, which makes the progress bar/ETA work as intended. Previously, the entire file would be downloaded before the response could even be checked, causing timeouts for large files or slow connections.
- Loading branch information