]> git.kaiwu.me - haproxy.git/commit
[MINOR] kqueue: use fd_clo() to close the fd
authorWilly Tarreau <w@1wt.eu>
Mon, 9 Apr 2007 18:38:57 +0000 (20:38 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 9 Apr 2007 18:38:57 +0000 (20:38 +0200)
commit40562cb00c43a81e64e84f848dc22986225c7c30
tree3789c4b6f735b66497869811ad4b7363879bca1f
parent2ff7622c0cf0d8f1ea45ccbe6f23d2e9449f7b91
[MINOR] kqueue: use fd_clo() to close the fd

fd_clo() does not call kevent() which is not needed during a close().
This one will be faster.
src/ev_kqueue.c