mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
timeleft: made two more users of Curl_timeleft use timediff_t
This commit is contained in:
parent
1cb4f5d6e8
commit
7ee59512f8
@ -721,7 +721,7 @@ CURLcode Curl_is_connected(struct connectdata *conn,
|
||||
{
|
||||
struct Curl_easy *data = conn->data;
|
||||
CURLcode result = CURLE_OK;
|
||||
time_t allow;
|
||||
timediff_t allow;
|
||||
int error = 0;
|
||||
struct curltime now;
|
||||
int rc;
|
||||
|
@ -188,7 +188,7 @@ static CURLcode CONNECT(struct connectdata *conn,
|
||||
CURLcode result;
|
||||
curl_socket_t tunnelsocket = conn->sock[sockindex];
|
||||
bool closeConnection = FALSE;
|
||||
time_t check;
|
||||
timediff_t check;
|
||||
struct http_connect_state *s = conn->connect_state;
|
||||
|
||||
#define SELECT_OK 0
|
||||
|
Loading…
Reference in New Issue
Block a user