Files
SingularityViewer/indra/llmessage
Aleric Inglewood 81bc6b49f8 Debug code bug fix; removal of CurlEasyHandle::getErrorString()
CurlEasyHandle::mErrorBuffer (CURLOPT_ERRORBUFFER) can NOT be
used to retrieve information about an error returned by
curl_multi_info_read in CURLMsg::data::result. This buffer is
only initialized when a curl_easy_* call returns an error,
and those errors are already printed automagically.

Initialize the buffer with an empty string upon invokation
of an curl_easy_* call, so we are sure the error belongs to
the last call.
2012-09-21 01:28:26 +02:00
..
2012-04-29 00:25:40 -04:00
2012-08-12 17:10:44 +02:00
2012-03-06 07:31:15 +01:00
2012-08-09 10:56:29 -04:00
2012-03-06 07:31:15 +01:00
2012-07-16 22:35:04 +02:00
2012-03-06 07:31:15 +01:00
2012-07-20 08:13:07 -04:00
2012-03-06 07:31:15 +01:00