3 Commits

Author SHA1 Message Date
39af87fcb4 Reduce the number of HTTP HEAD requests
- Removed redundant http head requests that were used to query
  filesizes, even after the filesize was known already.
2021-04-01 22:05:50 +02:00
9ca93cbeb2 Implement concurrent download for single files
- Added `download_feedback_multi` that downloads one file using multiple
  connections.
- The file is preallocated and zero-filled and then written to in
  parallel at different offsets.
2021-03-25 21:35:58 +01:00
a8474aab1e Initial version 2021-03-24 18:46:24 +01:00