Skip to content

Commit d827e8f

Browse files
authored
Merge pull request #3941 from Bravo555/fix/partial-download-verify-etag
fix: Disable partial download if file being downloaded is modified between retries
2 parents 59afd8d + a7763e4 commit d827e8f

File tree

6 files changed

+948
-616
lines changed

6 files changed

+948
-616
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/common/download/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ repository = { workspace = true }
1313
anyhow = { workspace = true, features = ["backtrace"] }
1414
backoff = { workspace = true }
1515
certificate = { workspace = true, features = ["reqwest"] }
16+
http = { workspace = true }
1617
hyper = { workspace = true }
1718
log = { workspace = true }
1819
nix = { workspace = true }

0 commit comments

Comments
 (0)