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
No known key found for this signature in database
GPG key ID: B49EB437951D2542
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' );