Files
swupd-client/include
Jaime A. Garcia 102041d295 fix to check whether resume download is supported
When pack is going to be downloaded an option for
curl called resume is activated no matter what,
however although major http server support 'Range'
command that enables this functionality, not all
complies with this, when swupd client tries to
re-download a partial file from one of the server
that does not support 'Range' it will just throw
an error and stop to work until partial download
is deleted by hand.

This patch address that issue by checking first
whether server supports 'Range' command and if not
then disable 'resume' of packs.

Signed-off-by: Jaime A. Garcia <jaime.garcia.naranjo@intel.com>
2016-05-10 09:50:01 -07:00
..
2016-03-07 14:23:18 -08:00
2016-02-24 09:34:13 -08:00
2016-02-24 09:34:13 -08:00