build: update distribution (#198)

Co-authored-by: actions-bot <actions-bot@users.noreply.github.com>
This commit is contained in:
actions-bot 2023-09-04 18:49:58 +09:00 committed by GitHub
parent ce7ff9a828
commit 66dd6ac11f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
dist/index.js vendored
View file

@ -3600,10 +3600,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
@ -4023,6 +4019,7 @@ exports.Headers = Headers;
exports.Request = Request;
exports.Response = Response;
exports.FetchError = FetchError;
exports.AbortError = AbortError;
/***/ }),