Clean up a bit. Still more to do...

This commit is contained in:
Bryan Ashby
2020-05-18 18:41:23 -06:00
parent a1ac6dfc67
commit 6d307ec06b
3 changed files with 204 additions and 1054 deletions

View File

@@ -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' );