Fix proxy by forwarding content-encoding
This commit is contained in:
parent
2cec800332
commit
a5290af5c8
1 changed files with 1 additions and 0 deletions
|
@ -1413,6 +1413,7 @@ async def serve_proxy_media(
|
|||
_filter_proxy_resp_headers(
|
||||
proxy_resp,
|
||||
[
|
||||
"content-encoding",
|
||||
"content-length",
|
||||
"content-type",
|
||||
"content-range",
|
||||
|
|
Loading…
Reference in a new issue