diff --git a/lib/adapters/http.js b/lib/adapters/http.js index d39a573a2a..55c35a6477 100755 --- a/lib/adapters/http.js +++ b/lib/adapters/http.js @@ -86,6 +86,7 @@ module.exports = function httpAdapter(config) { method: config.method.toUpperCase(), headers: headers, agent: agent, + agents: { http: config.httpAgent, https: config.httpsAgent }, auth: auth };