Просмотр исходного кода

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.


[SVN r39752]

Christopher Kohlhoff 18 лет назад
Родитель
Сommit
3bf995e994
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      libs/asio

+ 1 - 1
libs/asio

@@ -1 +1 @@
-Subproject commit 27ad77577be00d87bc6c50d79c64306add0364d9
+Subproject commit ddbb69605829204e16e229c544b37c5e3511135f

粤ICP备19079148号