|
I'm having some trouble understanding how to use long error;
res = curl_easy_getinfo(curl, CURLINFO_OS_ERRNO, &error);
if (res && error) {
printf("Errno: %ld\n", error);
}However, the documentation also states that |
Answered by
jay
May 8, 2024
Replies: 1 comment 1 reply
That's a bug, I will take a look at the CURLINFO docs
yes |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it's a bug, i found a few, please take further discussion to #13559