curl-library
UTF8_CONVERSION_ERROR_NEGATIVE failure
From: Gross, Tim (Utility Computing Architect) <tim.gross_at_hp.com>
Date: Sun, 20 Sep 2009 23:40:16 +0000
Date: Sun, 20 Sep 2009 23:40:16 +0000
Hello,
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?
Tim.
Received on 2009-09-21