Issue #5661: on EPIPE/ECONNRESET, OS X returns the FD with the POLLPRI flag...
This commit is contained in:
parent
d4621190c9
commit
fea6cb0285
@ -647,6 +647,10 @@ class BaseTestAPI(unittest.TestCase):
|
|||||||
self.flag = True
|
self.flag = True
|
||||||
self.close()
|
self.close()
|
||||||
|
|
||||||
|
def handle_expt(self):
|
||||||
|
self.flag = True
|
||||||
|
self.close()
|
||||||
|
|
||||||
class TestHandler(BaseTestHandler):
|
class TestHandler(BaseTestHandler):
|
||||||
|
|
||||||
def handle_read(self):
|
def handle_read(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user