Ensure curl redirection and proxy environment are honoured 27/238027/1
authorDavid Steele <david.steele@samsung.com>
Mon, 6 Jul 2020 16:50:18 +0000 (17:50 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Tue, 7 Jul 2020 18:05:21 +0000 (18:05 +0000)
commit5c9dd57c3e7d13d468f551302cadc1b5552bd1c1
tree0d4efed13d709c4b78ad27434600e1a995cb3bbb
parentd057d1cc8269450c0c4c932a2b41722f4867b337
Ensure curl redirection and proxy environment are honoured

Web redirection is ignored with the current curl settings.
Also, although curl is supposed to utilize http_proxy variable
in practice, it is ignoring it. Added code to check if it is set,
if so, use it.

Change-Id: I7a1d04bea3759aedeaeccd8c348be04d11b51a92
(cherry picked from commit 75d05ea14b1bead87a189f9bf388f8d45ecbcb87)
dali/internal/imaging/common/file-download.cpp