node-ssestream
node-ssestream copied to clipboard
Remove 'Transfer-Encoding: identity' header
The header 'Transfer-Encoding: identity' is not standard and when the Node.js app is behind an Nginx reverse proxy, it returns 502, because newer versions of Nginx do not support this header.