fix for all IE8 issues when IE8 setting NATIVE XMLHHTP SUPPORT is disabled

This commit is contained in:
Wikinaut 2012-08-16 01:00:36 +02:00
parent 6a3457dbd7
commit 85f5eb38e4
2 changed files with 1 additions and 9 deletions

View file

@ -29,7 +29,7 @@ exports.expressCreateServer = function (hook_name, args, cb) {
//this is only a workaround to ensure it works with all browers behind a proxy
//we should remove this when the new socket.io version is more stable
io.set('transports', ['xhr-polling']);
io.set('transports', ['htmlfile','xhr-polling']);
var socketIOLogger = log4js.getLogger("socket.io");
io.set('logger', {