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, :( ).
This commit is contained in:
Facundo Batista 2007-05-24 20:51:19 +00:00
parent 965fa24e8d
commit 62c744e7d1
1 changed files with 1 additions and 0 deletions

View File

@ -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: