Commit 9692e64
Fix binary FormData uploads on Android (#54917)
Summary:
Pull Request resolved: #54917
#54804 was a late pick into 0.83 following RC feedback, but was insufficiently tested. In #54881, users report failing requests attributed to this code path when performing image uploads.
Functionally revert this change, as this breaks runtime behaviour.
Changelog: [Internal]
Changelog (0.83): [Android][Fixed] - Fix Network error that could occur for `FormData` uploads with binary data
Reviewed By: vzaidman
Differential Revision: D89373824
fbshipit-source-id: 9f144f075db3f9ad5df8598d0f113655466896cf1 parent 1ce9946 commit 9692e64
1 file changed
Lines changed: 2 additions & 17 deletions
File tree
- packages/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/network
Lines changed: 2 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 26 | | |
31 | 27 | | |
32 | 28 | | |
| |||
84 | 80 | | |
85 | 81 | | |
86 | 82 | | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
| 83 | + | |
| 84 | + | |
100 | 85 | | |
101 | 86 | | |
0 commit comments