commit | 40562cb00c43a81e64e84f848dc22986225c7c30 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Apr 09 20:38:57 2007 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Apr 09 20:38:57 2007 +0200 |
tree | 3789c4b6f735b66497869811ad4b7363879bca1f | |
parent | 2ff7622c0cf0d8f1ea45ccbe6f23d2e9449f7b91 [diff] |
[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.