test_asyncore: Actually try to received OOB data.
This commit is contained in:
parent
b2cca00c14
commit
cf85c300cf
|
@ -675,6 +675,7 @@ class BaseTestAPI(unittest.TestCase):
|
|||
|
||||
class TestClient(BaseClient):
|
||||
def handle_expt(self):
|
||||
self.socket.recv(1024, socket.MSG_OOB)
|
||||
self.flag = True
|
||||
|
||||
class TestHandler(BaseTestHandler):
|
||||
|
|
Loading…
Reference in New Issue