-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Advance Shard Downloader #1
Comments
Two options for interrupting the file download:
|
Looks like the override method won't work. |
Testing to see whether multiple instances of handler cause issues. Should there be stronger enforcement of singleton use? |
Add the following features to the
SSLHTTPDownloader
:The ability to pause/resume downloads.
The ability to resume downloads after a software crash.
(Optional) The ability to download from multiple servers to a single file.
The text was updated successfully, but these errors were encountered: