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. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||