// Disable socket pooling var http = require('http'); var options = {.....}; options.agent = false; var req = http.request(options)