Revert "Close polled fds that are ready for reads but no longer have a client associated with them"

This reverts commit f6f61e8870.
This commit is contained in:
Con Kolivas 2014-10-03 12:45:52 +10:00
parent 6acb482e7a
commit 8d625b736b

View File

@ -308,9 +308,8 @@ retry:
if (!client) {
/* Probably already removed */
LOGINFO("Failed to find client with polled fd %d in hashtable, closing",
fd);
close(fd);
LOGDEBUG("Failed to find client with polled fd %d in hashtable",
fd);
} else
parse_client_msg(ci, client);