cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: test suite on windows (was Re: HTTPS via schannel not working with multi-interface)

From: Marc Hoersken <info_at_marc-hoersken.de>
Date: Tue, 25 Dec 2012 15:47:47 +0100

Hello everyone,

2012/7/11 Guenter <lists_at_gknw.net>:
> ok, I didnt look carefully anough - the Winsock initialisation is already
> there in sockfilt.c; so remains this one which needs to be fixed:
> #ifdef USE_WINSOCK
> /*
> ** WinSock select() does not support standard file descriptors,
> ** it can only check SOCKETs. Since this program in its current
> ** state will not work on WinSock based systems, next line is
> ** commented out to allow warning-free compilation awaiting the
> ** day it will be fixed to also run on WinSock systems.
> */
> #else
> FD_SET(fileno(stdin), &fds_read);
> #endif

I just pushed changes within socklift.c to the repository in order to
attempt a fix for this issue. Since I am still not able to test this
myself, I am really interested in the test results and your feedback.

Thanks in advance and merry Christmas everyone!

Best regards,
Marc
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2012-12-25