Browse Source

expose https.Agent

v0.7.4-release
Ryan Dahl 14 years ago
parent
commit
24f9bf4180
  1. 2
      lib/https.js

2
lib/https.js

@ -77,7 +77,7 @@ function getAgent(options) {
return agent; return agent;
} }
exports.getAgent = getAgent; exports.getAgent = getAgent;
exports.Agent = Agent;
exports.request = function(options, cb) { exports.request = function(options, cb) {
if (options.agent === undefined) { if (options.agent === undefined) {

Loading…
Cancel
Save