Epoll failed

why do i keep seeing this in a server?

[warn] Epoll MOD(4) on fd 16 failed. Old events were 6; read change was 2 (del); write change was 0 (none); close change was 0 (none): Bad file descriptor

seems to be happening when a client tcp connection fails somehow.

Is it possible to supply the portion of code that is causing this?