Hi,
In the following commit you added the netconn_set_timeout() function to net.c. However today it is unused. Is there any plan to use it? Is it still relevant?
commit 266c4b2c046b334ca44cdc1826c4434625dcb29f Author: Hans Leidekker hans@codeweavers.com Date: Tue Aug 26 11:03:19 2008 +0200
winhttp: Add networking infrastructure.
On Tuesday 06 January 2009 10:22:17 Francois Gouget wrote:
In the following commit you added the netconn_set_timeout() function to net.c. However today it is unused. Is there any plan to use it? Is it still relevant?
Yes, it should be called from WinHttpSetTimeouts at some point.
-Hans