cURL
Haxx ad
libcurl

Shopping cart software, Online file storage, Online photo storage, Hosted shopping cart, Contact management software, Email marketing software, Project management software, Issue tracking software, Online notepad, Web publishing software

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-library Archives

Re: Progress while connecting?

From: Christian Schmitz <support_at_monkeybreadsoftware.de>
Date: Thu, 26 Nov 2009 16:31:21 +0100

Am 08.11.2009 um 23:26 schrieb Daniel Stenberg:

> Hm, if that's so then I consider that a bug. I think we should add a code chunk to ftp_easy_statemach() that looks something like this:
>
> result = ftp_statemach_act(conn);
> if(result)
> break;
> +
> + if(Curl_pgrsUpdate(conn))
> + result = CURLE_ABORTED_BY_CALLBACK;
> + else
> + result = Curl_speedcheck(data, Curl_tvnow());
> + if(result)
> + return result;

Is it possible that now the progress events are called after perform has finished?

Greetings
Christian

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2009-11-26

These mail archives are generated by hypermail.

donate! Page updated November 16, 2009.
web site info

File upload with ASP.NET