nilsbraden / ttrss-reader-fork

An Android-Client for the self-hosted Tiny Tiny RSS feedreader
https://www.nilsbraden.de/TTRSS-Reader/
152 stars 41 forks source link

support gzip compression if the server is configured to do it #366

Closed jr4 closed 6 years ago

jr4 commented 6 years ago

This app is soooo much more data efficient than Feedly... Still, I see messages in the 100s of KB. GZIP content encoding would help this.

Of course, not everybody needs or wants to configure their server to do this, but why not support it if they do?

jr4 commented 6 years ago

implemented and tested with apache

https://github.com/nilsbraden/ttrss-reader-fork/pull/367