Andrew Grieve created CB-1517:
---------------------------------

             Summary: 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.2.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

Reply via email to