On Sun, 20 Sep 2009, Gross, Tim (Utility Computing Architect) wrote:
When I do a curl_easy_perform(), it always fails.
res = curl_easy_perform(m_curl);
if(res != CURLE_OK)
{
printf("Detailed CURL error: %s\n",sDetailedErrorInfo);
}
Sometimes this prints out UTF8_CONVERSION_ERROR_NEGATIVE and sometimes it
has garbage characters in it. Has anybody seen this before?
What libcurl version on what OS? Did you build the lib yourself or did you get
a prebuilt version from somewhere?
How is 'sDetailedErrorInfo' populated?
--
/ daniel.haxx.se