Skip to content
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.

Commit

Permalink
fix(proxy): use auth parameter for proxy authentication (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmyt authored and zkat committed May 31, 2017
1 parent cff9fe1 commit c687306
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agent.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ function getProxy (proxyUrl, opts, isHttps) {
port: proxyUrl.port,
protocol: proxyUrl.protocol,
path: proxyUrl.path,
auth: proxyUrl.auth,
ca: opts.ca,
cert: opts.cert,
key: opts.key,
Expand Down

0 comments on commit c687306

Please sign in to comment.