Skip to content

Commit 11315e6

Browse files
committed
Merge branch 'master' of https://github.com/thefosk/node-http-proxy into thefosk-master
2 parents 1a014f9 + 4358a4c commit 11315e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node-http-proxy/routing-proxy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ var RoutingProxy = exports.RoutingProxy = function (options) {
4040
//
4141
// Setup default target options (such as `https`).
4242
//
43-
this.target = {};
43+
this.target = {};
4444
this.target.https = options.target && options.target.https;
4545

4646
//

0 commit comments

Comments
 (0)