From 9da3773d828d4ef4a36bde019849376f09687ff2 Mon Sep 17 00:00:00 2001 From: MeilCli <2821921+MeilCli@users.noreply.github.com> Date: Mon, 23 Dec 2024 16:36:44 +0000 Subject: [PATCH] update actions --- dist/vendor.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dist/vendor.js b/dist/vendor.js index fa318fc6..c805d281 100644 --- a/dist/vendor.js +++ b/dist/vendor.js @@ -59212,6 +59212,7 @@ function getVisitFn(visitor, kind, isLeaving) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ AbortError: () => (/* binding */ AbortError), /* harmony export */ FetchError: () => (/* binding */ FetchError), /* harmony export */ Headers: () => (/* binding */ Headers), /* harmony export */ Request: () => (/* binding */ Request), @@ -60585,10 +60586,6 @@ function getNodeRequestOptions(request) { agent = agent(parsedURL); } - if (!headers.has('Connection') && !agent) { - headers.set('Connection', 'close'); - } - // HTTP-network fetch step 4.2 // chunked encoding is handled by Node.js