mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-06 19:41:02 +01:00
There are multiple call places for poll(), let's first centralize them to make it easier to enhance it. All callers now use the wait_for_fd() function which was extended to take a timeout and which can return the indication that an error was seen.