Bump http-client version (actions#221) (#222)

This commit is contained in:
Pavel Krulec
2021-09-14 14:04:11 +02:00
committed by GitHub
parent 68c162b39c
commit 61c179a6ef
5 changed files with 14 additions and 6299 deletions

View File

@ -49663,7 +49663,9 @@ class HttpClient {
maxSockets: maxSockets,
keepAlive: this._keepAlive,
proxy: {
proxyAuth: `${proxyUrl.username}:${proxyUrl.password}`,
...((proxyUrl.username || proxyUrl.password) && {
proxyAuth: `${proxyUrl.username}:${proxyUrl.password}`
}),
host: proxyUrl.hostname,
port: proxyUrl.port
}

4
dist/setup/index.js vendored
View File

@ -39653,7 +39653,9 @@ class HttpClient {
maxSockets: maxSockets,
keepAlive: this._keepAlive,
proxy: {
proxyAuth: `${proxyUrl.username}:${proxyUrl.password}`,
...((proxyUrl.username || proxyUrl.password) && {
proxyAuth: `${proxyUrl.username}:${proxyUrl.password}`
}),
host: proxyUrl.hostname,
port: proxyUrl.port
}