commit | 8755285486cb2fce86836e260ec834f8bb41f144 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Apr 09 17:16:07 2007 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Apr 09 17:16:07 2007 +0200 |
tree | 17bde1116233f285d883c23a7c314919afc071a0 | |
parent | 8ae42f42f83507158bafd89c56cedfeb051b0e70 [diff] |
[MEDIUM] kqueue: do not manually remove fds FDs attached to a kevent are automatically removed after close(). Also, do not mark the FDs as EV_CLEAR. We want to stay informed about readiness.