allow localAddress

This commit is contained in:
おさむのひと 2025-02-08 22:23:05 +09:00
parent 36cc152dd5
commit 9cbc32e864
1 changed files with 2 additions and 2 deletions

View File

@ -60,8 +60,8 @@ export class DownloadService {
request: operationTimeout, // whole operation timeout
},
agent: {
http: this.httpRequestService.getAgentForHttp(urlObj),
https: this.httpRequestService.getAgentForHttps(urlObj),
http: this.httpRequestService.getAgentForHttp(urlObj, true),
https: this.httpRequestService.getAgentForHttps(urlObj, true),
},
http2: false, // default
retry: {