efl/legacy/ecore/src
Lucas De Marchi fcad2a9244 Check for libcurl's return codes when appropriate.
Depending on the option being set by curl_easy_setopt, a return value
different from CURL_OK can be returned (the same applies to curl_multi_*
and CURLM_OK).

This commit checks the return value from those calls and usually
displays an error message with ERR() and returns -- in some cases, an
error is shown but the function does not immediately return.

A few lines of code have also been moved around in order to make
returning from functions as harmless as possible.

By: Raphael Kubo da Costa <kubo@profusion.mobi>



SVN revision: 53275
2010-10-11 19:13:12 +00:00
..
bin Convert (hopefully) all comparisons to NULL 2010-08-21 13:52:25 +00:00
lib Check for libcurl's return codes when appropriate. 2010-10-11 19:13:12 +00:00
tests Revert and re-apply badnull patch 2010-08-26 01:34:13 +00:00
.cvsignore Fixed a couple of debs in e17/libs, added and updated a couple of .cvsignores. 2003-11-13 12:30:50 +00:00
Makefile.am add unit tests framework with some examples. 2010-02-25 08:05:56 +00:00