From fe6cc022249a873279af2202e4f9c6a68c116095 Mon Sep 17 00:00:00 2001 From: Bruno Quaresma Date: Mon, 14 Apr 2025 14:52:50 -0300 Subject: [PATCH] fix: close sse connections --- src/api.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api.ts b/src/api.ts index c5d75e37..fdb83b81 100644 --- a/src/api.ts +++ b/src/api.ts @@ -104,6 +104,7 @@ export function createStreamingFetchAdapter(axiosInstance: AxiosInstance) { const response = await axiosInstance.request({ url: urlStr, + signal: init?.signal, headers: init?.headers as Record, responseType: "stream", validateStatus: () => true, // Don't throw on any status code pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy