Hi,
I have an application running on linux. I have done
export http_proxy=
and I run the application and provide a url http://shoutcast.3wk.com:7575
I have a time out of 1 second on select call just before multi_perform.


What I observed is that,
sessionData->curlMultiStatusCode is -1 just before calling multi perform and then

sessionData->curlMultiStatusCode = curl_multi_perform(sessionData->curlMultiHandle,
&runningHandles);
this call blocks for a long time..

Please let me know if multi_perform can hang any time.

Best Regards
Shivanand
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to