I created a simple client-server example program, but it doesn't reproduce
the issue.
-Luke


On Wed, Dec 2, 2020 at 2:24 AM Luke Small <[email protected]> wrote:

> I have a program in which I make a read kevent to identify an early EOF
> event on the client side of the socket. Server enters a loop in which it
> sends a message to a client and I even EV_DELETE the offending kevent and
> close the socket, before it ever gains access to a kevent call which reads
> the kqueue, but it still returns an EV_EOF after I've done all that, as if
> once it detects that the client EOF the event cannot be turned off as
> described in the man page!
> -Luke
>

Reply via email to