express-sse
express-sse copied to clipboard
fix error when compression is not used
When you just use express without the compression middleware, there is no res.flush function.
This would be the correct fix i think.