On Sun, 26 Jul 2009, Dean S wrote:
while ((result = multi.Perform(ref stillRunning)) ==
CURLMcode.CURLM_CALL_MULTI_PERFORM)
Thread.Sleep(100);
Does the 'stillRunning' ever change? To me it does look like a possible bug, quite possibly in the binding layer. -- / daniel.haxx.se
