zeromq / zebra

REST/HTTP to XRAP gateway
Mozilla Public License 2.0
27 stars 10 forks source link

Problem: curl_easy_getinfo expects a long (warning) #1

Closed oikosdev closed 9 years ago

oikosdev commented 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