input/curl: call StartRequest() after setting CURLOPT_RANGE
It's not possible to set CURL options after curl_easy_perform(), and thus the CURLOPT_RANGE had no effect.
This commit is contained in:
It's not possible to set CURL options after curl_easy_perform(), and thus the CURLOPT_RANGE had no effect.