-
Notifications
You must be signed in to change notification settings - Fork 260
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 OkHTTP to allow to use HTTP/2 #244
Comments
If you look at this repo it is pretty much dead. I think there are some forks updating OkHTTP. @paulcbetts could we maybe give someone willing to bring ModernHttpClient up to snuff access to the repo or something like that? |
@Cheesebaron can you give me some details about Xamarin's HttpClient handler for https? |
And for the PRO version (paid) subscribers too. Many thanks ! |
@nicolasesprit with the pro version you pay for:
You pay for untrusted SSL/TLS, not for stability or anything else regarding this library. It still fulfils that. You could also just have paid, nothing at all and used a lets encrypt cert or similar. |
Of course |
We just moved our Mobile API from a windows server 2012 instance to a 2016 instance, which supports HTTP/2. Immediately the connectivity in our Xamarin iOS and Android apps stopped working, which leverage ModernHttpClient. Is the recommended approach to now switch over to AndroidClientHandler? |
I suggest to update the OkHTTP package to make it works with http/2.
It can fix REFUSED_STREAM errors on https request.
Someone can do this?
The text was updated successfully, but these errors were encountered: