Commit 965fa24e authored by Facundo Batista's avatar Facundo Batista

Removed the .recv() in the test, is not necessary, and was

causing problems that didn't have anything to do with was
actually being tested...
parent 711a54eb
......@@ -557,7 +557,6 @@ def server(evt):
pass
else:
conn.send("1 Hola mundo\n")
conn.recv(200)
conn.send("2 No more lines\n")
conn.close()
finally:
......
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