Skip to content

Commit b89972e

Browse files
committed
Remove agent:false to allow globalAgent use
1 parent 2febedd commit b89972e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/transport/driver/xhr.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ function XhrDriver(method, url, payload, opts) {
2424
, port: parsedUrl.port
2525
, path: parsedUrl.pathname + (parsedUrl.query || '')
2626
, headers: opts && opts.headers
27-
, agent: false
2827
};
2928

3029
var protocol = parsedUrl.protocol === 'https:' ? https : http;

0 commit comments

Comments
 (0)