promised-io
promised-io copied to clipboard
http-client.js - client is not defined
In engines/node/http-client.js on lines 52 and 93 client.destroy(); client.end();
this cause an exception, because reference to client was never set.
ran into the same issue