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

[for discussion] Use OkHttp 5 #4023

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

Conversation

yschimke
Copy link
Contributor

Summary

Use OkHttp5, while alpha it is production quality, but new API are not stable.

But critically it includes support for a simplified form of Happy Eyeballs, avoiding issues on IPv6 networks.

See https://www.reddit.com/r/RedditEng/comments/v1upr8/ipv6_support_on_android/

No offense if this is too soon. Please close the PR if so.

Screenshots

N/A

Link to pull request in Documentation repository

N/A

Any other notes

N/A

Copy link

@home-assistant home-assistant bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @yschimke

It seems you haven't yet signed a CLA. Please do so here.

Once you do that we will be able to review and accept this pull request.

Thanks!

@home-assistant home-assistant bot marked this pull request as draft November 22, 2023 07:18
@home-assistant
Copy link

Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍

Learn more about our pull request process.

if (cookieManager != null) {
builder.cookieJar(CookieJarCookieManagerShim())

val isWear = appContext.packageManager.hasSystemFeature(PackageManager.FEATURE_WATCH)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I should probably split this out. Let me know if you want it separately.

Copy link

@home-assistant home-assistant bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @yschimke

It seems you haven't yet signed a CLA. Please do so here.

Once you do that we will be able to review and accept this pull request.

Thanks!

@yschimke yschimke marked this pull request as ready for review November 22, 2023 07:27
@home-assistant home-assistant bot dismissed stale reviews from themself November 22, 2023 07:27

Stale

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant