Hi,

   how can i abort  a curl_easy_perform( curl ) activity.
   i have tested this:

   curl_global_init( CURL_GLOBAL_WIN32 );
   ........
   curl = curl_easy_init();
   ........
   curl_easy_perform( curl )
   ..........
   curl_easy_cleanup( curl );
   curl_global_cleanup();

but sometime i get error "program has encountered a serious problem and needs to close"

--
Romeo Petruca
Str. Munteniei 2A/48, Romania
Mobil: +40720301842
Fix: +40354401534
e-mail: romeo.petruca@perosoft, romeo.petr...@yahoo.com
web: www.perosoft.org

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

Reply via email to