We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
agent:false
1 parent 2febedd commit b89972eCopy full SHA for b89972e
lib/transport/driver/xhr.js
@@ -24,7 +24,6 @@ function XhrDriver(method, url, payload, opts) {
24
, port: parsedUrl.port
25
, path: parsedUrl.pathname + (parsedUrl.query || '')
26
, headers: opts && opts.headers
27
- , agent: false
28
};
29
30
var protocol = parsedUrl.protocol === 'https:' ? https : http;
0 commit comments