[BUG] fix buggy timeout computation in wake_expired_tasks
authorWilly Tarreau <w@1wt.eu>
Mon, 14 May 2007 00:03:47 +0000 (02:03 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 14 May 2007 00:03:47 +0000 (02:03 +0200)
commitfbfc053e34173651e35daa7a605a0a187c4d9609
treef111ed9402983228c06f25f8fd6831a26fa22712
parentbdefc513a04c2189745933bc73815f81fc637233
[BUG] fix buggy timeout computation in wake_expired_tasks

Wake_expired_tasks is supposed to return a date, not an interval. It
was causing busy loops in pollers.
src/task.c