diff --git a/lib/caronte/passes/ws.js b/lib/caronte/passes/ws.js index 11e85c6..3f44e5d 100644 --- a/lib/caronte/passes/ws.js +++ b/lib/caronte/passes/ws.js @@ -87,9 +87,6 @@ function stream(req, socket, options, head) { }); r.end(); - - - //req.pipe(new WebsocketStream(options, head)).pipe(socket); } ] // <--