http://bugs.winehq.org/show_bug.cgi?id=10176
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WORKSFORME
--- Comment #17 from Juan Lang juan_lang@yahoo.com 2007-11-22 09:48:34 --- Hi Thomas, the delay is probably related to the output you see: fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (10000): STUB fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT not supported on protocol 1
In Windows, I believe you can set sort of a "default timeout" for all connections made with a particular internet handle. I believe that's what setting the timeout on protocol 1 does. In Wine, we only support per-connection timeouts, so this connection is getting the default timeout.
If you want, open another bug for that. I'm closing this as "worksforme" since it only happened with a bad compile of Wine.