curl-library
Multi interface in Windows fails
From: Andrés García <fandom_at_retemail.es>
Date: Thu, 1 Apr 2004 16:51:07 +0200
Received on 2004-04-01
Date: Thu, 1 Apr 2004 16:51:07 +0200
Hi,
I have just noticed that the multi interface has stopped
working in Windows, at least when compiled with mingw.
For example, 'multi-single.c' that works with version
7.11.0, in 7.11.1 hangs as
rc = select(maxfd+1, &fdread, &fdwrite, &fdexcep, &timeout);
always returns '-1' which provokes an infinite loop.
Does it still work when compiled with msvc? Any ideas
about where the problem may be?
Since I now compile using the configure scripts, I tried
using the mingw makefiles as in other versions, it still
didn't work, but at least I fixed the makefiles to work
in the new versions with the attached patch.
Andres
- text/plain attachment: patch.txt