Clean up a bit. Still more to do...
This commit is contained in:
@@ -95,7 +95,7 @@ function WebSocketClient(ws, req, serverType) {
|
||||
ws.isConnectionAlive = true;
|
||||
});
|
||||
|
||||
TelnetClient.call(this, this.socketBridge, this.socketBridge);
|
||||
TelnetClient.call(this, this.socketBridge);
|
||||
|
||||
Log.trace( { headers : req.headers }, 'WebSocket connection headers' );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user