From a5290af5c803cdd57ef30390c45e0a2e2eb27211 Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Mon, 3 Jul 2023 20:29:10 +0200 Subject: [PATCH] Fix proxy by forwarding content-encoding --- app/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/main.py b/app/main.py index 4cd987d..103d15e 100644 --- a/app/main.py +++ b/app/main.py @@ -1413,6 +1413,7 @@ async def serve_proxy_media( _filter_proxy_resp_headers( proxy_resp, [ + "content-encoding", "content-length", "content-type", "content-range",