You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Andrew Grieve (JIRA)" <ji...@apache.org> on 2012/10/31 23:27:12 UTC

[jira] [Commented] (CB-1517) FileTransfer.download progress events has this.lengthComputable = false when response is gzipped

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

Andrew Grieve commented on CB-1517:
-----------------------------------

The bug happens on all Android versions, but the fix will need to keep in mind the changes made in froyo.

That said, it wasn't on my list of things to fix since I don't think it's that important.
                
> FileTransfer.download progress events has this.lengthComputable = false when response is gzipped
> ------------------------------------------------------------------------------------------------
>
>                 Key: CB-1517
>                 URL: https://issues.apache.org/jira/browse/CB-1517
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 2.2.0
>            Reporter: Andrew Grieve
>            Assignee: Andrew Grieve
>            Priority: Minor
>             Fix For: 2.3.0
>
>
> Gzip does not happen automatically on older version (pre-froyo I think). And on newer version it happens transparently. If we set the accept-encoding:gzip header ourselves on the connection, then it will not do the transparent handling of gzip, and we need to deflate it ourselves. 
> This means that we can set the header manually, and then do as the following article says to track the progress:
> http://stackoverflow.com/questions/12124534/monitor-gzip-download-progress-in-java

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira