cURL / Mailing Lists / curl-library / Single Mail

curl-library

breaking a curl_easy_perform

From: Romeo Petruca <romeo.petruca_at_perosoft.org>
Date: Mon, 24 Jan 2011 23:14:41 +0200

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_at_perosoft, romeo.petruca_at_yahoo.com
web: www.perosoft.org
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2011-01-24