On Oct 13, 2013 3:29 AM, "Yehezkel Horowitz" <[email protected]> wrote: > > You can remove the IPv6 entry from your failed easy handle (with -HOST:PORT), and call curl_easy_perfrom() again on the same easy handle (or create a new one and configure it with only IPv4 addresses).
I'd tried this and wondered why it didn't work, until I read the source and find that the documented -host:port option is listed as a TODO :) so no matter whether we use shared objects to limit the cache to the easy handle, since it may be (is) reused, it looks like I'll need to implement that. thanks andrew > > HTH > > Yehezkel Horowitz > > ------------------------------------------------------------------- > List admin: http://cool.haxx.se/list/listinfo/curl-library > Etiquette: http://curl.haxx.se/mail/etiquette.html
------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
