From 7dd049d744ec9d9f92196d01c609fd158521e197 Mon Sep 17 00:00:00 2001 From: weaigc <879821485@qq.com> Date: Sun, 26 Nov 2023 00:30:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=B6=85=E6=97=B6?= =?UTF-8?q?=E5=B1=95=E7=A4=BA=E4=B8=8D=E5=BF=85=E8=A6=81=E7=9A=84=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib/bots/bing/index.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/lib/bots/bing/index.ts b/src/lib/bots/bing/index.ts index eb98bb7a..0144b813 100644 --- a/src/lib/bots/bing/index.ts +++ b/src/lib/bots/bing/index.ts @@ -390,9 +390,6 @@ export class BingWebBot { const textDecoder = createChunkDecoder() const timeout = () => { - try { - abortController.abort('timeout') - } catch (e) {} if (params.options.retryCount??0 > 5) { params.onEvent({ type: 'ERROR',