mirror of
https://github.com/curl/curl.git
synced 2026-07-24 05:57:17 +03:00
the expire timer is a bit too annoying to see all the time ;-)
This commit is contained in:
parent
18aae32015
commit
4bdd7596d3
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue