Sorry for my poor english.
When i performming with curl_easy_perform function, error code CURLE_COULDNT_RESOLVE_HOST occurred.
CURLOPT_URL set option is just
@ curl_easy_setopt(curl_handle, CURLOPT_URL, “http://www.blahblah.com/lua/hello.lua”);
@
This code works correct on ios. ( no error, CURLE_OK )
any idea?