-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(dowloader): resume partial downloads (#4537)
* feat(resume downloads): add basic tests Signed-off-by: Saarthak Verma <[email protected]> * test(resume downloads): implement file download tc Signed-off-by: Saarthak Verma <[email protected]> * test(resume downloads): add resume partial download test Signed-off-by: Saarthak Verma <[email protected]> * feat(resume downloads): implement resumable downloads for interrupted transfers - Adds support for resuming partially downloaded files - Uses HTTP Range header to continue from last byte position - Maintains download progress across interruptions - Preserves partial downloads with .partial extension - Validates SHA256 checksum after completion Signed-off-by: Saarthak Verma <[email protected]> * fix(resume downloads): incorrect download percent on front end Signed-off-by: Saarthak Verma <[email protected]> * feat(resume download): add range header check tc Signed-off-by: Saarthak Verma <[email protected]> * feat(resume download): implement range header check Signed-off-by: Saarthak Verma <[email protected]> --------- Signed-off-by: Saarthak Verma <[email protected]>
- Loading branch information
Showing
2 changed files
with
201 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters