drop/desktop/src-tauri/remote
wdunn001 06fa4ae727 desktop: enable gzip+zstd reqwest features so chunk downloads honor ingress compression; bump client to 0.4.1
Cargo.toml previously built reqwest with default-features=false and no
compression feature, so the client never sent Accept-Encoding on chunk
GETs and never decoded a compressed response -- Caddy-side encode would
have been a silent no-op. zstd is listed first to match the measured
best cost/ratio tradeoff (zstd-3 ~0.70 ratio in 0.18s/64MB chunk vs
zstd-19's 10.8s); gzip stays as the fallback for any proxy hop that
only speaks gzip.
2026-08-03 15:22:13 -04:00
..
src desktop: wire the orphaned cloud_saves crate to the server saves API + a Saves tab 2026-08-01 23:33:43 -04:00
Cargo.toml desktop: enable gzip+zstd reqwest features so chunk downloads honor ingress compression; bump client to 0.4.1 2026-08-03 15:22:13 -04:00