You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Nick Maynard (JIRA)" <ji...@apache.org> on 2015/12/23 16:27:46 UTC

[jira] [Comment Edited] (CB-8533) FileTransfer download progress is nonfunctional

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

Nick Maynard edited comment on CB-8533 at 12/23/15 3:27 PM:
------------------------------------------------------------

I wonder if this has something to do with Content-Length and Transfer-Encoding in HTTP/1.1.
https://en.wikipedia.org/wiki/Chunked_transfer_encoding

We have a server that serves up HTTP/1.1 and chunked encoding, and progress events aren't sent by FileTransfer in that situation either.

The Cordova app in question is on iOS.


was (Author: nickmaynard-ibm):
I wonder if this has something to do with Content-Length and Transfer-Encoding in HTTP/1.1.
https://en.wikipedia.org/wiki/Chunked_transfer_encoding

We have a server that serves up HTTP/1.1 and chunked encoding, and progress events aren't sent by FileTransfer in that situation either.

> FileTransfer download progress is nonfunctional
> -----------------------------------------------
>
>                 Key: CB-8533
>                 URL: https://issues.apache.org/jira/browse/CB-8533
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin File Transfer
>    Affects Versions: Master
>         Environment: ios android
>            Reporter: David Lewis
>
> The zip file download response is received sans content-length, so the head request is made. After r.0.4.1, the head request does not return before the the download is finished and no progress is reported.
> Threading was introduced after r0.4.1 in iOS and I suspect some issue with updating across threads there. I'm still looking for a version that works for Android.



--
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