Go to file
chris_kohlhoff a7d6cbd369 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.
2007-10-07 00:00:00 +00:00
asio The epoll_wait function can produce EPOLLHUP events for a descriptor even 2007-10-07 00:00:00 +00:00