Closed oikosdev closed 9 years ago
Problem: a warning to be corrected: curl_easy_getinfo expects a pointer to long when used with CURLINFO_RESPONSE_CODE
Solution: change the type of actual_status variable from int to long
Problem: a warning to be corrected: curl_easy_getinfo expects a pointer to long when used with CURLINFO_RESPONSE_CODE
Solution: change the type of actual_status variable from int to long