Merge branch 'master' into commercial

This commit is contained in:
AJ ONeal 2018-06-21 20:00:11 +00:00
commit 9cd489f575
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ module.exports.create = function (state) {
|| redirectHttpsAndClose
);
state.handleInsecureHttp = function (servername, socket) {
console.log("handleInsecureHttp('" + servername + "', socket)");
console.log("[handlers] insecure http for '" + servername + "'");
socket.__my_servername = servername;
state.httpInsecureServer.emit('connection', socket);
};