Skip to content

Commit

Permalink
Add defaultPort to the Agent
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-auer committed Jan 29, 2018
1 parent c58d365 commit ac326c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -56,6 +56,7 @@ function HttpsProxyAgent(opts) {
}

this.proxy = proxy;
this.defaultPort = 443;
}
inherits(HttpsProxyAgent, Agent);

Expand Down

0 comments on commit ac326c3

Please sign in to comment.