Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
When downloading files without file size (for example dynamically created content) the progress is not updated correct because of the HEAD request to get the real length. In the Android implementation which works, a HEAD request is only used for content encoding gzip. I think the iOS implementation should work the same way.