On Sat, 10 Jan 2009, Shivanand wrote: > I am using libcurl version CURL-7.19.0. I am trying to use curl easy handle > for accessing multiple urls.
Since you don't seem to be using curlpp at all, this is just not the right list. Consider switching to curl-library instead! > Is it possible to use multiple setopt for CURL_OPT_URL, with multiple urls? > or for one easy_handle only one url is valid. You can set the URL as many times as you like, but only the last one set will be used. -- / daniel.haxx.se _______________________________________________ cURLpp mailing list [email protected] http://www.rrette.com/mailman/listinfo/curlpp
