[fix] console

This commit is contained in:
yawnt 2013-09-15 13:07:24 +02:00
parent 26c4c43a06
commit 18341d5597

View File

@ -74,7 +74,7 @@ function XHeaders(req, socket, options) {
*/
function stream(req, socket, options, head) {
common.setupSocket(socket);
console.log(options.target.protocol);
var proxyReq = (~['https:', 'wss:'].indexOf(options.target.protocol) ? https : http).request(
common.setupOutgoing(options.ssl || {}, options, req)
);