• Just to add that:

            var req = require('http').request(options, function(res) {
                // ...
            });
             req.on('close', function() { ... });
    

    Should also work for you - and might be better.

About

Avatar for Gordon @Gordon started