express.io
express.io copied to clipboard
app.io.disable('X-Powered-By') doesn't disable header
If I try to remove the X-Powered-By header which is sent by express(.io) it's still sending:
app.io.configure(function() {
app.io.disable('X-Powered-By');
app.io.set('log level', 2);
});