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

Reply via email to