apache / cordova-plugin-file-transfer

Apache Cordova File Transfer Plugin
https://cordova.apache.org/
Apache License 2.0
599 stars 887 forks source link

CB-9385 Return FILE_NOT_FOUND_ERR when receiving 404 code on iOS #95

Closed Alexious-sh closed 9 years ago

Alexious-sh commented 9 years ago

If I receive 404 response code, when downloading file, I got FILE_NOT_FOUND_ERR on Android and CONNECTION_ERR on iOS. I think FILE_NOT_FOUND_ERR looks more correct here.

daserge commented 9 years ago

@Ganster41, thanks for the contribution! Could you please rename the PR and commit title to CB-9385 Return FILE_NOT_FOUND_ERR when receiving 404 code on iOS?

Alexious-sh commented 9 years ago

@daserge, done!

daserge commented 9 years ago

@Ganster41, thanks! Merged in c0b3122e744df0274d17f7cd26a93e4f3b163d3f Added a test case for this in 83ee62514a26ab657935bbdb091d4f709a2589d7

Please close the PR.

Alexious-sh commented 9 years ago

Thanks!