Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ostree-fetcher-curl: add ENV VAR to retry requests
This introduces the OSTREE_CURL_IO_RETRY environment variable that enables retries on requests that fail except when they fail with NOT_FOUND. We accomplish this by returning G_IO_ERROR_TIMED_OUT instead of G_IO_ERROR_FAILED as error code.
- Loading branch information