#758 `sources`: set "Accept-Encoding: identity" header on HTTP requests
Merged by onosek. Opened by decathorpe.
Unknown source master

Download 758.patch

Setting this header is always correct, even though it is not always
necessary. But it is necessary sometimes to prevent servers from
sending gz-compressed files in a way that causes them to get
decompressed on-the-fly on download (i.e. "Content-Encoding: gz").

see also https://pagure.io/fedora-infrastructure/issue/12812

It would be great if this could get backported (or released + updated)
in the Fedora package soon, since it is blocking work on affected
packages.

Signed-off-by: Fabio Valentini decathorpe@gmail.com

Pull-Request has been merged by onosek

Metadata