* Better place to get server name/type

* Servers export 'isSecure'
This commit is contained in:
Bryan Ashby 2015-10-22 00:03:18 -06:00
parent ad4eea6ba7
commit 12e7722ec9
6 changed files with 13 additions and 20 deletions

View file

@ -22,7 +22,8 @@ function addNewClient(client, clientSock) {
var connInfo = {
ip : clientSock.remoteAddress,
serverType : client.session.serverType,
serverName : client.session.serverName,
isSecure : client.session.isSecure,
};
if(client.log.debug()) {