-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Android. OkHttp crash fixed on upload re-try. #20802
Android. OkHttp crash fixed on upload re-try. #20802
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hramos is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
This pull request was closed by @dryganets in 79fe925. Once this commit is added to a release, you will see the corresponding version tag below the description at 79fe925. If the commit has a single |
Summary: This change fixes this issue: facebook#10423 Pull Request resolved: facebook#20802 Differential Revision: D9478422 Pulled By: hramos fbshipit-source-id: ce3a098a71c8f50a62b011a2a277004ab7a7b655
Summary: This change fixes this issue: facebook#10423 Pull Request resolved: facebook#20802 Differential Revision: D9478422 Pulled By: hramos fbshipit-source-id: ce3a098a71c8f50a62b011a2a277004ab7a7b655
Summary: This change fixes this issue: facebook#10423 Pull Request resolved: facebook#20802 Differential Revision: D9478422 Pulled By: hramos fbshipit-source-id: ce3a098a71c8f50a62b011a2a277004ab7a7b655
This change fixes this issue:
#10423
Test Plan:
In order to reproduce the problem I'm fixing here you need to simulate short network outage during upload of the big file.
For example, you could plug out an ethernet cable from the wifi hotspot your Android phone is connected to.
Release Notes:
[Android] [Bugfix] [Networking] - Okhttp crash fix on upload retry.