mirror of
https://github.com/peter-evans/dockerhub-description.git
synced 2024-11-22 12:09:33 +01:00
build: update distribution (#198)
Co-authored-by: actions-bot <actions-bot@users.noreply.github.com>
This commit is contained in:
parent
ce7ff9a828
commit
66dd6ac11f
1 changed files with 1 additions and 4 deletions
5
dist/index.js
vendored
5
dist/index.js
vendored
|
@ -3600,10 +3600,6 @@ function getNodeRequestOptions(request) {
|
||||||
agent = agent(parsedURL);
|
agent = agent(parsedURL);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!headers.has('Connection') && !agent) {
|
|
||||||
headers.set('Connection', 'close');
|
|
||||||
}
|
|
||||||
|
|
||||||
// HTTP-network fetch step 4.2
|
// HTTP-network fetch step 4.2
|
||||||
// chunked encoding is handled by Node.js
|
// chunked encoding is handled by Node.js
|
||||||
|
|
||||||
|
@ -4023,6 +4019,7 @@ exports.Headers = Headers;
|
||||||
exports.Request = Request;
|
exports.Request = Request;
|
||||||
exports.Response = Response;
|
exports.Response = Response;
|
||||||
exports.FetchError = FetchError;
|
exports.FetchError = FetchError;
|
||||||
|
exports.AbortError = AbortError;
|
||||||
|
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
Loading…
Reference in a new issue