On Sun, 1 Nov 2015, Jeff King wrote:
While I have your attention, Daniel, am I correct in assuming that
performing a second unrelated request with the same CURL object will need an
explicit:
curl_easy_setopt(curl, CURLOPT_RANGE, NULL);
to avoid using the range twice?
Correct. As the options stick until modified.
--
/ daniel.haxx.se
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html