react-native-fs icon indicating copy to clipboard operation
react-native-fs copied to clipboard

Fix Binary only stream file length regression

Open stobob opened this issue 5 years ago • 0 comments

This fixes an issue with progress update events not matching the jobId. And a regression that occurred when the binaryonlystream option was added on Android. The request length was changed to being set only when in not in binarystream mode. This caused the progress events to pile up waiting for the file to completely upload and large file size uploads to fail uploading entirely.

stobob avatar Mar 31 '20 20:03 stobob