cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: multi info no messages

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Sat, 25 Jul 2009 20:21:39 +0200 (CEST)

On Fri, 24 Jul 2009, Dean S wrote:

> I am using the .NET binding for a HTTP POST file upload. Once the file
> uploads and I check multi info there are no messages. The debug and progress
> functions work, hence I know the file upload is done but I never get any
> messages from multi info. I realise the .NET binding is old and tried to use
> a newer libcurl.dll but that didnt fix it

> while ((result = multi.Perform(ref stillRunning)) == CURLMcode.CURLM_CALL_MULTI_PERFORM)
> Thread.Sleep(100);

This loop aborts when OK is returned which can't be right!?

-- 
  / daniel.haxx.se
Received on 2009-07-25