On Thursday 14 September 2006 14:07, Daniel Skorka wrote:
The function CheckInternetConnection in dlls/wininet/internet.c is too naive ATM; it just sends a ping to the specified host.
Like Mike McCormack suggested in the bug report, UNIX connect() does not deal with a proxy. It would be nice if you could confirm that CheckInternetConnection on Windows ignores a configured proxy, especially since you seem to have access to such a configuration.
-Hans