Files
SingularityViewer/indra
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-08-31 05:23:20 +02:00
2012-07-04 10:25:04 +00:00
2012-07-15 16:57:47 +02:00
2012-08-30 14:03:27 +02:00
2012-09-07 17:53:13 -04:00
2012-09-20 01:37:40 +02:00
2012-08-09 07:00:51 +02:00
2012-09-05 21:42:51 -05:00
2012-09-05 04:12:13 +02:00
2012-07-23 18:15:11 +02:00
2012-07-04 10:25:04 +00:00