Skip to content

Commit

Permalink
Merge pull request #2132 from MeilCli/update/action
Browse files Browse the repository at this point in the history
update actions
  • Loading branch information
MeilCli authored Dec 23, 2024
2 parents d8cbcec + 9da3773 commit 65217a7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions dist/vendor.js
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 65217a7

Please sign in to comment.