mirror of
https://github.com/curl/curl.git
synced 2026-08-24 21:43:32 +03:00
make the SSL connect use the same default connect timeout define as the
generic connect uses
This commit is contained in:
parent
4191741fb6
commit
ba40eccc90
3 changed files with 4 additions and 3 deletions
|
|
@ -1269,7 +1269,7 @@ Curl_SSLConnect(struct connectdata *conn,
|
|||
}
|
||||
else
|
||||
/* no particular time-out has been set */
|
||||
timeout_ms=300000; /* milliseconds, default to five minutes */
|
||||
timeout_ms= DEFAULT_CONNECT_TIMEOUT;
|
||||
|
||||
|
||||
FD_ZERO(&writefd);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue