agentkeepalive
Version:
Missing keepalive http.Agent
33 lines (22 loc) • 641 B
Markdown
0.2.3 / 2014-10-16
==================
* added isDestroyed function to check _destroyed as well (@retool)
* fix https test
0.2.2 / 2013-11-19
==================
* support node 0.8 and node 0.10
0.2.1 / 2013-11-08
==================
* fix socket does not timeout bug, it will hang on life, must use 0.2.x on node 0.11
0.2.0 / 2013-11-06
==================
* use keepalive agent on node 0.11+ impl
0.1.5 / 2013-06-24
==================
* support coveralls
* add node 0.10 test
* add 0.8.22 original https.js
* add original http.js module to diff
* update jscover
* mv pem to fixtures
* add https agent usage