ipfs/helia-http-gateway

bug: replace setTimeout with AbortSignal.timeout

Opened this issue · 0 comments

#102 (comment)

setTimeout(() => {
this.log.trace('request timed out for url "%s"', url)
opController.abort()
}, timeout)