You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
var clientReq = http.request(options, function (clientRes) {
...
});
clientReq.setTimeout(1000, function () {
clientReq.connection.destroy();
...
});
causes
TypeError: Cannot call method 'emit' of null
at Socket.<anonymous> (http.js:1163:11)
at Socket.emit (events.js:67:17)
at Array.1 (net.js:301:14)
at EventEmitter._tickCallback (node.js:192:40)
This is a regression in v0.6.17. This does not happen in v0.6.16.