Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Apache HTTP Client to HttpURLConnection #19

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

daniribalbert
Copy link

@daniribalbert daniribalbert commented Sep 18, 2020

Apache HTTP Client support was removed in Android 6.0. It's suggested to use HttpURLConnection instead.

Ref: https://developer.android.com/about/versions/marshmallow/android-6.0-changes#behavior-apache-http-client

Currently QCDataUploader and QCPolicy use the old Apache Client. This PR will update it to HttpURLConnection

QCDataUploader now uses HttpURLConnection instead of using Apache HTTP Client.
QCPolicy updated to use HttpURLConnection instead of Apache HTTP Client.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant