HTTP Node.js v0.12.7 Manual & Documentation
The default http.globalAgent that is used by http.request has all of these values set to their respective defaults. To configure any of them, you must create your own Agent object. var http = require('http'); var keepAliveAgent = new http.Agent({ keepAliv...