mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00

Setting the requested encoding in all cases ensures we receive the relevant response headers indicating whether gzip was used. Doing that allows to detect the content length in cases where gzip was requested, but the server replied with uncompressed content. PiperOrigin-RevId: 250660890