Re: curl_easy_getinfo return codes

2018-02-08 Thread Daniel Stenberg
On Wed, 7 Feb 2018, surya chandrika wrote: res = curl_easy_getinfo( e, CURLINFO_RESPONSE_CODE, _code ) if curl_easy_getinfo returns a value res != CURLE_OK, Please let me know 1. Should i re-try this request. If curl_easy_getinfo() returns an error, you can rarely fix that by trying the

curl_easy_getinfo return codes

2018-02-07 Thread surya chandrika
Hi All, While trying to read response of a multiperform. res = curl_easy_getinfo( e, CURLINFO_RESPONSE_CODE, _code ) if curl_easy_getinfo returns a value res != CURLE_OK, Please let me know 1. Should i re-try this request. 2. Drop this request. Would the error code returned by this