mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-05-11 17:46:20 +02:00
UN News and other servers return gzip-compressed RSS. The proxy was concatenating binary chunks as strings, corrupting non-UTF8 bytes. Fix: Use Buffer.concat() and decompress gzip/deflate responses.