Skip to content

Commit 35e7830

Browse files
authored
Revert "Bugfix - when using AbortController, errors on resulting stream must …"
This reverts commit e45516d.
1 parent e45516d commit 35e7830

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/client/http-tracker.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ class HTTPTracker extends Tracker {
150150
'user-agent': this.client._userAgent || ''
151151
}
152152
})
153-
if (res.body.on) res.body.on('error', cb)
154153
} catch (err) {
155154
if (err) return cb(err)
156155
}

0 commit comments

Comments
 (0)