mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-30 14:36:19 +02:00
Clean up a bit. Still more to do...
This commit is contained in:
parent
a1ac6dfc67
commit
6d307ec06b
3 changed files with 204 additions and 1054 deletions
|
@ -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' );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue