Merge pull request #115 from atiertant/patch-1

fix this.log is not a function
This commit is contained in:
Brandon Nozaki Miller 2017-05-18 15:21:36 -07:00 committed by GitHub
commit 22c5688737
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ function startServer() {
'error',
err
);
}
}.bind(this)
);
this.server.maxConnections=this.config.maxConnections;