Skip to content

Commit 62c744e

Browse files
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, :( ).
1 parent 965fa24 commit 62c744e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/test/test_urllib.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,7 @@ def server(evt):
557557
pass
558558
else:
559559
conn.send("1 Hola mundo\n")
560+
conn.recv(13)
560561
conn.send("2 No more lines\n")
561562
conn.close()
562563
finally:

0 commit comments

Comments
 (0)