http://bugs.winehq.org/show_bug.cgi?id=5216
------- Additional Comments From ead1234@hotmail.com 2007-06-01 01:06 ------- fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT not supported on protocol 4
It appears we don't handle INTERNET_OPTION_SEND/RECEIVE_TIMEOUT on HTTP_CONNECT handles, "4" in wine yet, though according to msdn this should be able to be applied to all types of internet option handles including null.Currently the only ones being handled by SEND/RECEIVE_TIMEOUT are HTTP_REQUEST handles.
http://msdn2.microsoft.com/en-us/library/aa385328.aspx
INTERNET_OPTION_SEND_TIMEOUT 5 Sets or retrieves an unsigned long integer value, in milliseconds, that contains the time-out value to send a request. If the send takes longer than this time-out value, the send is canceled. This option can be used on any HINTERNET handle, including a NULL handle. It is used by InternetQueryOption and InternetSetOption