You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Ryan Williams (JIRA)" <ji...@apache.org> on 2016/08/29 00:16:20 UTC

[jira] [Commented] (CB-9027) FileTransfer#download fails with FileTransferError.CONNECTION_ERR after 60 sec. on iOS

    [ https://issues.apache.org/jira/browse/CB-9027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15444364#comment-15444364 ] 

Ryan Williams commented on CB-9027:
-----------------------------------

iOS timeout appears to be 60 seconds. (iOS prior to 5 or 6 was 240 seconds)
Android appears to use 60 seconds.
Windows appears to use 120 seconds.

I'm also encountering this timeout when uploading using HTTPS over AT&T LTE as they appear to have some sort of TCP buffering or Proxy server in place.
I'm planning to submit a PR to expose the timeout as an option.


> FileTransfer#download fails with FileTransferError.CONNECTION_ERR after 60 sec. on iOS
> --------------------------------------------------------------------------------------
>
>                 Key: CB-9027
>                 URL: https://issues.apache.org/jira/browse/CB-9027
>             Project: Apache Cordova
>          Issue Type: New Feature
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Plugin File Transfer
>    Affects Versions: 3.4.0
>         Environment: iPhone 4s, iOS 8.3
> iPhone 5s, iOS 8.3
> Cordova 3.4.1
> FileTransfer 0.4.2
>            Reporter: Alexander Kilinskiy
>
> (x) when I try to download large file on iOS I receive FileTransferError.CONNECTION_ERR in 60 seconds (file generation tooks ~ 70-90 sec).
> Standard code used:
> {code:javascript}var fileTransfer = new window.FileTransfer(),
>   fileUrl = "", // some valid url (big file ~ 100Mb)
>   filePath = ""; // some valid location
> fileTransfer.download(fileUrl, 
>                       filePath, 
>                       function(entry) {
>                         // process file
>                       }, 
>                       function(error) {
>                         // process error
>                       });{code}
> Could i set custom timeout instead of 60 sec? 
> P.S. android devices wait till file is generated (70-90 sec)
> Thanks in advance.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org