Description
sample_http_client.py is currently borked.
→ PYTHONPATH=src python test/sample_http_client.py jane jeff hello 1
Traceback (most recent call last):
File "test/sample_http_client.py", line 89, in <module>
requestor = make_requestor(SERVER_HOST, SERVER_PORT, MAIL_PROTOCOL)
File "test/sample_http_client.py", line 64, in make_requestor
client = ipc.HTTPTransceiver(conn)
TypeError: _init_() takes exactly 3 arguments (2 given)