Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

v0.4.9: node v0.10 does not emit 'aborted' after `request.abort()`

Latest
Compare
Choose a tag to compare
@dannycoates dannycoates released this 16 Aug 20:13
· 20 commits to master since this release
For v0.10 we need to check `req.timedOut` in `gotEnd()`
to know that we aborted, and this is not a complete response.