the expire timer is a bit too annoying to see all the time ;-)

This commit is contained in:
Daniel Stenberg 2006-10-18 15:11:24 +00:00
parent 18aae32015
commit 4bdd7596d3
1 changed files with 2 additions and 1 deletions

View File

@ -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,