allow localAddress
This commit is contained in:
parent
36cc152dd5
commit
9cbc32e864
|
@ -60,8 +60,8 @@ export class DownloadService {
|
||||||
request: operationTimeout, // whole operation timeout
|
request: operationTimeout, // whole operation timeout
|
||||||
},
|
},
|
||||||
agent: {
|
agent: {
|
||||||
http: this.httpRequestService.getAgentForHttp(urlObj),
|
http: this.httpRequestService.getAgentForHttp(urlObj, true),
|
||||||
https: this.httpRequestService.getAgentForHttps(urlObj),
|
https: this.httpRequestService.getAgentForHttps(urlObj, true),
|
||||||
},
|
},
|
||||||
http2: false, // default
|
http2: false, // default
|
||||||
retry: {
|
retry: {
|
||||||
|
|
Loading…
Reference in New Issue