From ef4608f348eafc9bf52578fbb67e5c005910b35d Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Sun, 20 Nov 2022 09:49:19 +0100 Subject: [PATCH] Switch back the proxy client to HTTP2 mode --- app/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/main.py b/app/main.py index cef665b..26b5308 100644 --- a/app/main.py +++ b/app/main.py @@ -1152,6 +1152,7 @@ async def nodeinfo( proxy_client = httpx.AsyncClient( + http2=True, follow_redirects=True, timeout=httpx.Timeout(timeout=10.0), )