Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #11292 - arlosi:compression, r=epage
Add Accept-Encoding request header to enable compression ### What does this PR try to resolve? Cargo does not request compression from servers. Enabling compression can save bandwidth and improve performance. ### How should we test and review this PR? I validated locally that the header was being sent using a local proxy (Fiddler). It sent `Accept-Encoding: deflate, gzip` on Windows.
- Loading branch information