diff options
| author | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2025-05-12 15:18:17 +0000 |
|---|---|---|
| committer | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2025-05-28 13:25:34 +0200 |
| commit | 10dc35368c408561dffdf94f8ba1b7797b4fe475 (patch) | |
| tree | 0c25e0f186202cdb5045cd2b6b9a71807b012eea /test | |
| parent | 9191354880f615a03d164f593ec81a36ab90201b (diff) | |
| download | mullvadvpn-10dc35368c408561dffdf94f8ba1b7797b4fe475.tar.xz mullvadvpn-10dc35368c408561dffdf94f8ba1b7797b4fe475.zip | |
Add download timeout and retry logic (#8149)
* Add timeout to download
* Retry failed downloads on network errors
Previously, the download would either fail immediately or hang
indefinitely if when the user e.g. changed their tunnel state.
* Fix progress when resuming download
* Import thiserror on all platforms
* Add to installer downloader changelog
Diffstat (limited to 'test')
| -rw-r--r-- | test/Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Cargo.lock b/test/Cargo.lock index 2d77e49eba..1ccf04e2e7 100644 --- a/test/Cargo.lock +++ b/test/Cargo.lock @@ -2217,6 +2217,7 @@ dependencies = [ "ed25519-dalek", "hex", "json-canon", + "log", "mullvad-version", "reqwest", "serde", |
