Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.14 KB

History.md

File metadata and controls

56 lines (38 loc) · 1.14 KB

2.0.0 / 2015-04-01

  • fix: socket.destroyed always be undefined on 0.10.x
  • Make it compatible with node v0.10.x (@lattmann)

1.2.1 / 2015-03-23

  • patch from iojs: don't overwrite servername option
  • patch commits from joyent/node
  • add max sockets test case
  • add nagle algorithm delayed link

1.2.0 / 2014-09-02

  • allow set keepAliveTimeout = 0
  • support timeout on working socket. fixed #6

1.1.0 / 2014-08-28

  • add some socket counter for deep monitor

1.0.0 / 2014-08-13

  • update _http_agent, only support 0.11+, only support node 0.11.0+

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