Skip to content

[Storage] auto-decompression discussion proof-of-concept#4079

Draft
vincenttran-msft wants to merge 1 commit intoAzure:mainfrom
vincenttran-msft:vincenttran/gzipper
Draft

[Storage] auto-decompression discussion proof-of-concept#4079
vincenttran-msft wants to merge 1 commit intoAzure:mainfrom
vincenttran-msft:vincenttran/gzipper

Conversation

@vincenttran-msft
Copy link
Copy Markdown
Member

@vincenttran-msft vincenttran-msft commented Apr 1, 2026

Main Findings:

  • Attempting to strip accept-encoding doesn't work, as reqwest gets the last laugh and re-injects it (thus causing auto-decompression when downloading)
  • You can disable this auto-decompression behavior by customizing the reqwest pipeline, instead of spinning up a separate pipeline policy

So next steps seems like we need to add an default-false bool representing auto-decompression and customize our default reqwest pipeline policy?

@github-actions github-actions bot added the Storage Storage Service (Queues, Blobs, Files) label Apr 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Storage Storage Service (Queues, Blobs, Files)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant