Issue #5661: on EPIPE/ECONNRESET, OS X returns the FD with the POLLPRI flag...

parent d4621190
......@@ -647,6 +647,10 @@ class BaseTestAPI(unittest.TestCase):
self.flag = True
self.close()
def handle_expt(self):
self.flag = True
self.close()
class TestHandler(BaseTestHandler):
def handle_read(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment