We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd7fcd8 commit 5842d0eCopy full SHA for 5842d0e
lib/node-http-proxy/routing-proxy.js
@@ -40,7 +40,7 @@ var RoutingProxy = exports.RoutingProxy = function (options) {
40
//
41
// Setup default target options (such as `https`).
42
43
- this.target = {};
+ this.target = {};
44
this.target.https = options.target && options.target.https;
45
46
0 commit comments