DescriptionTreat EAGAIN/EWOULDBLOCK as requests for retry on socket accept.
On Linux there are a number of protocol errors that can be
returned from accept. According to the linux man pages they
should be treated as EAGAIN.
This should hopefully fix the flakiness of EchoServerStreamTest.
R=iposva@google.com,sgjesse@google.com
BUG=2262
TEST=
Committed: https://code.google.com/p/dart/source/detail?r=5797
Patch Set 1 #
Total comments: 2
Patch Set 2 : Remove error printing #
Messages
Total messages: 2 (0 generated)
|