Kaydet (Commit) 62c744e7 authored tarafından 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, :( ).
üst 965fa24e
...@@ -557,6 +557,7 @@ def server(evt): ...@@ -557,6 +557,7 @@ def server(evt):
pass pass
else: else:
conn.send("1 Hola mundo\n") conn.send("1 Hola mundo\n")
conn.recv(13)
conn.send("2 No more lines\n") conn.send("2 No more lines\n")
conn.close() conn.close()
finally: 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