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

Releases: dannycoates/poolee

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

16 Aug 20:13
Compare
Choose a tag to compare
For v0.10 we need to check `req.timedOut` in `gotEnd()`
to know that we aborted, and this is not a complete response.