mozilla-mobile / firefox-tv

Firefox for Amazon's Fire TV
https://blog.mozilla.org/blog/2017/12/20/firefox-is-now-on-amazon-fire-tv-happy-holiday-watching/
Mozilla Public License 2.0
256 stars 110 forks source link

Use only one http client #2653

Open dnarcese opened 5 years ago

dnarcese commented 5 years ago

Vision statement / What / Requirements

Currently we are using both HttpUrlConnectionClient and OkHttpClient in different places in the code.

Impact

More consistency if we only use one. Also, there may be certain benefits of one over the other. This could slightly improve performance for users

Acceptance criteria

mcomella commented 5 years ago

I have a WIP in https://github.com/mcomella/firefox-tv/tree/wip-2653-one-http-client