Re: [E-devel] [PATCH] Check for libcurl's return codes when appropriate.

2010-10-16 Thread The Rasterman
On Fri, 8 Oct 2010 16:13:08 -0300 Raphael Kubo da Costa k...@profusion.mobi said: this already seems to be in svn. :) 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

[E-devel] [PATCH] Check for libcurl's return codes when appropriate.

2010-10-08 Thread Raphael Kubo da Costa
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