Skip to content

Commit

Permalink
Remove agent:false to allow globalAgent use
Browse files Browse the repository at this point in the history
  • Loading branch information
brycekahle committed Feb 27, 2022
1 parent 2febedd commit b89972e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/transport/driver/xhr.js
Expand Up @@ -24,7 +24,6 @@ function XhrDriver(method, url, payload, opts) {
, port: parsedUrl.port
, path: parsedUrl.pathname + (parsedUrl.query || '')
, headers: opts && opts.headers
, agent: false
};

var protocol = parsedUrl.protocol === 'https:' ? https : http;
Expand Down

0 comments on commit b89972e

Please sign in to comment.