You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Discovered an issue where requests in Android fail with a okhttp3.internal.http2.StreamResetException: stream was reset: INTERNAL_ERROR
Now, this is mentioned here as a server side issue - however in my case (and some of other people), the error did not occur on normal browsers nor in Postman etc.
Using a later version of OkHTTP seems to have solved this however!
Hi! 👋
Discovered an issue where requests in Android fail with a
okhttp3.internal.http2.StreamResetException: stream was reset: INTERNAL_ERROR
Now, this is mentioned here as a server side issue - however in my case (and some of other people), the error did not occur on normal browsers nor in Postman etc.
Using a later version of OkHTTP seems to have solved this however!
Smallest diff ever below:
This issue body was partially generated by patch-package.
The text was updated successfully, but these errors were encountered: