Returned the value when hit 404

This commit is contained in:
killer069
2021-09-13 11:44:51 +05:30
parent 46cf8e48bd
commit 50dc2da1e3
3 changed files with 4 additions and 3 deletions

View File

@@ -187,6 +187,7 @@ export class Stream {
this.cleanup()
await this.retry()
this.loop()
return
}
this.request = stream
stream.pipe(this.stream, { end : false })