We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26c4c43 commit 18341d5Copy full SHA for 18341d5
lib/caronte/passes/ws.js
@@ -74,7 +74,7 @@ function XHeaders(req, socket, options) {
74
*/
75
function stream(req, socket, options, head) {
76
common.setupSocket(socket);
77
- console.log(options.target.protocol);
+
78
var proxyReq = (~['https:', 'wss:'].indexOf(options.target.protocol) ? https : http).request(
79
common.setupOutgoing(options.ssl || {}, options, req)
80
);
0 commit comments