DescriptionExplicitly handle listen sockets and connection sockets differently in Linux and Mac OS eventhandler
Previously the assumption was that an POLLIN event with no data available was from a listen socket with pending accepts. However a POLLIN event from a connection socket can have no data available if the data has been read before the event is processed.
R=ager@google.com
BUG=
TEST=
Committed: https://code.google.com/p/dart/source/detail?r=878
Patch Set 1 #Patch Set 2 : Fix Mac OS build #
Total comments: 6
Patch Set 3 : Addressed review comments from ager@ #Patch Set 4 : Fix Mac OS build #
Messages
Total messages: 3 (0 generated)
|