]> granicus.if.org Git - python/commitdiff
Let's see if reading exactly what is written allow this live
authorFacundo Batista <facundobatista@gmail.com>
Thu, 24 May 2007 20:51:19 +0000 (20:51 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Thu, 24 May 2007 20:51:19 +0000 (20:51 +0000)
test to pass (now I know why there were so few tests in ftp,
http, etc, :( ).

Lib/test/test_urllib.py

index 83610fc4a62925cb48337f549c6b77d3e75d6d19..c2a6dfd6d79452cea60958c3ab17c83b199eac73 100644 (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: