Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.0, 10.1
-
Component/s: Platform Windows
-
Labels:None
-
Sprint:10.1.9-2
Description
The client connect timeout is ignored on Windows, my_connect() in client.c just does connect() .
my_connect() call should be replaced by as vio_socket_connect() in 10.0 + , the later function appears to be cross-plattform, timeout aware version of connect.