Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.0(EOL), 10.1(EOL)
-
None
-
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.