Changed curl file download algorithm to handle chunks 18/140618/1
authorDavid Steele <david.steele@samsung.com>
Tue, 25 Jul 2017 15:22:42 +0000 (16:22 +0100)
committerDavid Steele <david.steele@samsung.com>
Tue, 25 Jul 2017 15:22:42 +0000 (16:22 +0100)
commitb5e1e7407ef6054f8ec2c23acb84844f9335c9d1
tree7ed3469307c54b68eed63706117cc642efbe2af9
parent3f97f2a39aabec26b456906f55a7facacc5d388a
Changed curl file download algorithm to handle chunks

Some websites don't provide an image size in the HTTP header, instead
they 'chunk' the data. The new implementation handles both images with
a size that can be allocated, and images that are loaded as chunks.

Change-Id: If8c4b914f75581f093b51c92e2d3e282b5e9dd5b
Signed-off-by: David Steele <david.steele@samsung.com>
automated-tests/src/dali-adaptor/utc-Dali-ImageLoading.cpp
platform-abstractions/tizen/resource-loader/network/file-download.cpp