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, :( ).
diff --git a/Lib/test/test_urllib.py b/Lib/test/test_urllib.py
index 83610fc..c2a6dfd 100644
--- a/Lib/test/test_urllib.py
+++ b/Lib/test/test_urllib.py
@@ -557,6 +557,7 @@
         pass
     else:
         conn.send("1 Hola mundo\n")
+        conn.recv(13)
         conn.send("2 No more lines\n")
         conn.close()
     finally: