curl / Mailing Lists / curl-library / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

RE: Loosing connection on iOS hangs request

From: Vincas Razma via curl-library <curl-library_at_cool.haxx.se>
Date: Wed, 14 Aug 2019 09:33:20 +0000

Getting back to this, any ideas what would help resolving first iOS request hanging after network connection is lost? Still issue on latter

Never got answer about DNS setting here

>>> >>
>>> >> >Which DNS resolver?
>>> >> How do I check that?
>>> >
>>> >curl --version (or curl_version/curl_version_info) will say.
>>>
>>> culr_version() output is "libcurl/7.37.0 OpenSSL/1.0.1p zlib/1.2.8"
>>
>>You can also check if libcurl was built with async DNS via:
>>
>> curl_version_info_data *info = curl_version_info(CURLVERSION_NOW);
>> printf("async DNS: %d\n", !!(info->features &
>> CURL_VERSION_ASYNCHDNS));
>>
>>(see: http://curl.haxx.se/libcurl/c/curl_version_info.html)
>
>Got "async DNS: 0".
>Would building with async DNS help in this case?
>Does it affect CURL behaviour in any way?

-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2019-08-14