From 46a592b11ed8431715534d28c1d0eea98f1ec59b Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Wed, 30 Nov 2022 12:26:31 +0100 Subject: [PATCH] Switch back to HTTP1 for the media proxy client --- app/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/main.py b/app/main.py index c63ea3e..df62d73 100644 --- a/app/main.py +++ b/app/main.py @@ -1180,7 +1180,6 @@ async def nodeinfo( proxy_client = httpx.AsyncClient( - http2=True, follow_redirects=True, timeout=httpx.Timeout(timeout=10.0), transport=httpx.AsyncHTTPTransport(retries=1),