]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: poll/epoll: move detection of RDHUP support earlier
authorWilly Tarreau <w@1wt.eu>
Thu, 29 Jul 2021 14:19:24 +0000 (16:19 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 30 Jul 2021 15:41:55 +0000 (17:41 +0200)
commit53a16187fd3dcfe9a41ccc218469c8b3ea1040e0
tree233c290fc0f34e6a69f8f154c26680625602eec9
parenta199a17d72a9cfbc734bac991d45af9feb1f1c30
MINOR: poll/epoll: move detection of RDHUP support earlier

Let's move the detection of support for RDHUP earlier and out of the
FD update chain, as it complicates its simplification.
src/ev_epoll.c
src/ev_poll.c