Skip to content

Adding Resume for curl downloads #15217

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

taf2
Copy link

@taf2 taf2 commented Aug 10, 2025

  • check for partial downloads to resume similar to curl -C (e.g. when supported use range headers)
  • when available use the sha256 checksum header and shell command to do a file integrity check
  • always check the file size compared to original content-length via head request
  • use exponential backoff for retry
  • add text coverage

  * check for partial downloads to resume similar to curl -C (e.g. when supported use range headers)
  * when available use the sha256 checksum header and shell command to do a file integrity check
  * always check the file size compared to original content-length via head request
  * use exponential backoff for retry
  * add text coverage
@github-actions github-actions bot added the testing Everything test related label Aug 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Everything test related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant