Skip to content

Commit 965fa24

Browse files
Removed the .recv() in the test, is not necessary, and was
causing problems that didn't have anything to do with was actually being tested...
1 parent 711a54e commit 965fa24

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/test/test_urllib.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,6 @@ def server(evt):
557557
pass
558558
else:
559559
conn.send("1 Hola mundo\n")
560-
conn.recv(200)
561560
conn.send("2 No more lines\n")
562561
conn.close()
563562
finally:

0 commit comments

Comments
 (0)