Closed
Description
Even when I set 'flash policy server' option to false, it still runs the policy server on 10843 port.
io.configure(function() {
io.set('flash policy server', false);
io.disable('flash policy server');
io.set('transports', [ 'websocket' , 'flashsocket' , 'htmlfile' , 'xhr-polling', 'jsonp-polling']);
});
I grep'ed the whole socket.io library, but I couldn't find any routine for checking 'flash policy server' option. I suspect it has been removed by mistake during upgrades.