Changeset 39752

Timestamp:
Oct 7, 2007, 12:11:25 AM (15 years ago)
Author:
chris_kohlhoff
Message:

The epoll_wait function can produce EPOLLHUP events for a descriptor even
if not specifically requested, resulting in a tight loop of calls to
epoll_wait. Delete a descriptor from epoll if an EPOLLHUP event is
received and there are no registered operations for the descriptor.

(No files)

Note: See TracChangeset for help on using the changeset viewer.