RE: Multi cURL connect bug

2013-07-07 Thread Yehezkel Horowitz
> The goal of this email was to know if there's a way to distinguish these 2 > cases, so a.php can make the appropriate decision. Are you looking for something like curl_multi_info_read ? You can combine it with curl_multi_wait

curl disable proxy for all ips

2013-07-07 Thread Indtiny s
*Hi,* *I am running some C curl application on ubuntu . I want to remove the proxy setting for curl for all th ips , I could do it by for known ips using (curl,CURLOPT_NOPROXY,"IP") , Here I do not want to hard code the IP , I just want to by pass the proxy for all curl request .. How to by pass t

When will sftp disconnect using the same handler

2013-07-07 Thread Yong Liaw
Hi, I am using the same curl handler for sftp to fetch files from sftp server every minute. My understanding is that it will use the same connection to fetch files. Will the connection be disconnected due to no activity for 1 minute? The reason I care about thiis is because login into our sftp s

Re: Makefile adjustments to solve link error (on Windows 8, VC10)

2013-07-07 Thread Guenter
On 06.07.2013 13:47, Guenter wrote: Hi Boris, On 04.07.2013 17:25, malinow...@ftw.at wrote: running testcurl.pl on Windows 8, VC10, I had to remove the curl_rand.obj, and add the dotdot.obj to make the linker happy. With those changes both exe and lib were created successfully. See attached pat

Re: question

2013-07-07 Thread David Strauss
Yes, you should use your package manager (Yum). I'd like to note, though, that Fedora 16 is not a supported release. Yum mirror availability may be spotty. --- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http

Re: Multi cURL connect bug

2013-07-07 Thread Keyur Govande
On Sat, Jul 6, 2013 at 5:24 PM, Daniel Stenberg wrote: > On Fri, 5 Jul 2013, Keyur Govande wrote: > >> Looking at the code it seems like if for example, the protocol connect for >> HTTPS didn't finish quickly enough, curl_multi_perform() will return >> CURLM_CALL_MULTI_PERFORM. > > > No, that's re

Re: Multi cURL connect bug

2013-07-07 Thread Keyur Govande
On Fri, Jul 5, 2013 at 5:50 PM, Evgeny Turnaev wrote: >> >> I can't, hence this email to the list asking for opinions on the >> matter and the proposed patch :-) > > I am just curous - what cpu usage of fetching process will you > experience using libcurl with your patch while trying to fetch for