Commit 62c744e7 authored by Facundo Batista's avatar Facundo Batista

Let's see if reading exactly what is written allow this live

test to pass (now I know why there were so few tests in ftp,
http, etc, :( ).
parent 965fa24e
......@@ -557,6 +557,7 @@ def server(evt):
pass
else:
conn.send("1 Hola mundo\n")
conn.recv(13)
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