Open dnarcese opened 5 years ago
Currently we are using both HttpUrlConnectionClient and OkHttpClient in different places in the code.
HttpUrlConnectionClient
OkHttpClient
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
I have a WIP in https://github.com/mcomella/firefox-tv/tree/wip-2653-one-http-client
Vision statement / What / Requirements
Currently we are using both
HttpUrlConnectionClient
andOkHttpClient
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