RSS plugin uses Gzip compression by default and current backend implementation cannot support gzip compression on streams.
Disabling gzip completely seems not to be justifiable, considered the volume of information it relays.
This MR disables gzip for rss chat endpoint by setting 'Accept-Encoding':'identity'
header.