node-modules / agentkeepalive

Support keepalive http agent.
MIT License
579 stars 57 forks source link

TypeError: this._evictSession is not a function #34

Closed fengmk2 closed 8 years ago

fengmk2 commented 8 years ago
TypeError: this._evictSession is not a function
    at TLSSocket.<anonymous> (https.js:90:12)
    at TLSSocket.g (events.js:273:16)
    at emitOne (events.js:95:20)
    at TLSSocket.emit (events.js:182:7)
    at TCP._onclose (net.js:471:12)
fengmk2 commented 8 years ago

https://github.com/nodejs/node/commit/165b33fce2ed26e969beed3d3f7796708f0743e1

fengmk2 commented 8 years ago

https://github.com/nodejs/node/blame/165b33fce2ed26e969beed3d3f7796708f0743e1/lib/https.js#L174

fengmk2 commented 8 years ago

https://github.com/nodejs/node/blob/master/lib/https.js#L174

fengmk2 commented 8 years ago

https://github.com/nodejs/node/blob/v4.x/lib/https.js#L162