Skip to content

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