]> git.kaiwu.me - haproxy.git/commit
[MAJOR] fixed some expiration dates on tasks
authorWilly Tarreau <w@1wt.eu>
Tue, 8 May 2007 22:54:10 +0000 (00:54 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 8 May 2007 22:54:10 +0000 (00:54 +0200)
commit7317eb5a1dffcc18653883eabaf6414127c182bf
tree29d5eae1cc1bfbf6988aa32ba8151b8e643a8a58
parent23677908dda6eefe3b32ed8af16a05050c846afa
[MAJOR] fixed some expiration dates on tasks

The time subsystem really needs fixing. It was still possible
that some tasks with expiration date below the millisecond in
the future caused busy loop around poll() waiting for the
timeout to happen.
src/checks.c
src/task.c