node-ssestream icon indicating copy to clipboard operation
node-ssestream copied to clipboard

Remove 'Transfer-Encoding: identity' header

Open duzun opened this issue 6 months ago • 0 comments

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.

duzun avatar Jul 03 '25 22:07 duzun