Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-16 | CurlEasyHandle: Fix empty fetches due to unfollowed URLs | Paul Cristian Sarbu | |
For libcurl we need to set the CURL_FOLLOWLOCATION flag (disbaled by default) to enable 3xx redirects. Libcurl has sane defaults for related settings in order to handle redirects when enabled, though for fetches there should be limited risks, as content (and SHA hashes, if provided) is checked to ensure the intended archives are fetched. | |||
2022-12-21 | Utils: Add curl easy handle utility class | Paul Cristian Sarbu | |