mirror of
https://github.com/python/cpython.git
synced 2024-11-29 21:05:33 +08:00
Test sendall().
This commit is contained in:
parent
b2c763fed2
commit
cb65688218
@ -124,7 +124,7 @@ try:
|
||||
break
|
||||
if verbose:
|
||||
print 'received:', data
|
||||
conn.send(data)
|
||||
conn.sendall(data)
|
||||
conn.close()
|
||||
else:
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user