From 6a03e5f7cf356416ea13584e279f5bfa3791c058 Mon Sep 17 00:00:00 2001 From: yawnt Date: Sat, 14 Sep 2013 13:04:59 +0200 Subject: [PATCH] [fix] remove stuff --- lib/caronte/passes/ws.js | 3 --- 1 file changed, 3 deletions(-) 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); } ] // <--