mirror of
https://github.com/clearlinux/swupd-client.git
synced 2026-09-08 06:31:50 +00:00
Now that the number of pending downloads is kept below a certain limit (see poll_fewer_than()) it is possible to open files before starting the transfer. Using the default curl write handler and explicit open/close of the file makes the code simpler. Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>