cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: yangtse: curl/lib url.c,1.763,1.764

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 17 Oct 2008 15:33:41 +0200 (CEST)

On Fri, 17 Oct 2008, cvs_at_labb.contactor.se wrote:

> long i;
> do
> i = ConnectionKillOne(data);
> - while(i != -1L);
> + } while(i != -1L);
> }

Hahah, I noticed the problem and fixed it just seconds ago... so your fix here
actually broke it again! ;*)

Oh well, I'll let you do the fix now!

-- 
  / daniel.haxx.se
Received on 2008-10-17