Internal function Curl_select() renamed to Curl_socket_ready()
This commit is contained in:
@@ -197,7 +197,7 @@ int waitconnect(curl_socket_t sockfd, /* socket */
|
||||
#endif
|
||||
|
||||
/* now select() until we get connect or timeout */
|
||||
rc = Curl_select(CURL_SOCKET_BAD, sockfd, (int)timeout_msec);
|
||||
rc = Curl_socket_ready(CURL_SOCKET_BAD, sockfd, (int)timeout_msec);
|
||||
if(-1 == rc)
|
||||
/* error, no connect here, try next */
|
||||
return WAITCONN_SELECT_ERROR;
|
||||
|
||||
Reference in New Issue
Block a user