cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: curl_easy_pause can not pause download on vista?

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 16 Jun 2009 10:49:46 +0200 (CEST)

On Tue, 16 Jun 2009, $BA=:%(J wrote:

> After the download start a few seconds, I called curl_easy_pause in the
> progress function like this:
>
> curl_easy_pause(curl, CURLPAUSE_RECV);
>
> I think the curl_easy_perform will never return until I call curl_easy_pause
> again to unpause the download. But curl_easy_perform returned after I paused
> the download for about 20 seconds.

> I use lib_curl 7.18.0 on vista.

Can you please try with the latest version to see if the problem remains? If
it does, can you please provide a full source example showing this problem?

-- 
  / daniel.haxx.se
Received on 2009-06-16