This repository has been archived by the owner on Dec 27, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
node v0.10 does not emit 'aborted' after
request.abort()
For v0.10 we need to check `req.timedOut` in `gotEnd()` to know that we aborted, and this is not a complete response.
- Loading branch information