test_asyncore: Actually try to received OOB data.

parent 33d515e2
......@@ -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):
......
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