Merge branch 'master' of https://github.com/thefosk/node-http-proxy into thefosk-master

This commit is contained in:
Joshua Holbrook 2012-03-30 15:53:48 -07:00
commit 11315e63fa

View File

@ -40,7 +40,7 @@ var RoutingProxy = exports.RoutingProxy = function (options) {
//
// Setup default target options (such as `https`).
//
this.target = {};
this.target = {};
this.target.https = options.target && options.target.https;
//