https -> target.https

This commit is contained in:
Rob Wu
2013-06-10 18:38:15 +02:00
parent 367b648114
commit aee875ac67

View File

@@ -189,7 +189,9 @@ var getHandler = exports.getHandler = function(options) {
proxyRequest(req, res, proxy, full_url, {
host: hostname,
port: port,
https: isHttps
target: {
https: isHttps
}
});
}
};