mirror of
https://github.com/moparisthebest/curl
synced 2025-03-01 01:41:50 -05:00
the expire timer is a bit too annoying to see all the time ;-)
This commit is contained in:
parent
18aae32015
commit
4bdd7596d3
@ -1845,9 +1845,10 @@ void Curl_expire(struct SessionHandle *data, long milli)
|
||||
}
|
||||
|
||||
*nowp = set;
|
||||
#if 0
|
||||
infof(data, "Expire at %ld / %ld (%ldms)\n",
|
||||
(long)nowp->tv_sec, (long)nowp->tv_usec, milli);
|
||||
|
||||
#endif
|
||||
data->state.timenode.payload = data;
|
||||
multi->timetree = Curl_splayinsert((int)nowp->tv_sec,
|
||||
multi->timetree,
|
||||
|
Loading…
x
Reference in New Issue
Block a user