HTTPリクエストのKeep-AliveとPrxoy対応など (#5226)
* DriveのKeep-Alive, Proxy と APのProxy対応 * request系でKeep-Aliveするように * fix lookup-dns-cache.d.ts * remove debug output
This commit is contained in:
parent
831ca53b63
commit
14736620ec
11 changed files with 151 additions and 176 deletions
|
|
@ -57,6 +57,7 @@ export default class Resolver {
|
|||
url: value,
|
||||
proxy: config.proxy,
|
||||
timeout: this.timeout,
|
||||
forever: true,
|
||||
headers: {
|
||||
'User-Agent': config.userAgent,
|
||||
Accept: 'application/activity+json, application/ld+json'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue