From d7f9961062add7e3c940b8b55fe41322f816ad4d Mon Sep 17 00:00:00 2001 From: SukkaW Date: Thu, 20 Nov 2025 02:00:37 +0800 Subject: [PATCH] Chore: disable HTTP/2 again --- Build/lib/fetch-retry.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build/lib/fetch-retry.ts b/Build/lib/fetch-retry.ts index 4710768f..87fba63b 100644 --- a/Build/lib/fetch-retry.ts +++ b/Build/lib/fetch-retry.ts @@ -23,7 +23,7 @@ if (!fs.existsSync(CACHE_DIR)) { fs.mkdirSync(CACHE_DIR, { recursive: true }); } -const agent = new Agent({ allowH2: true }); +const agent = new Agent({ allowH2: false }); (agent.compose( interceptors.dns({