mirror of
https://github.com/python/cpython.git
synced 2025-07-12 05:45:15 +00:00
Test sendall().
This commit is contained in:
parent
b2c763fed2
commit
cb65688218
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ try:
|
|||
break
|
||||
if verbose:
|
||||
print 'received:', data
|
||||
conn.send(data)
|
||||
conn.sendall(data)
|
||||
conn.close()
|
||||
else:
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue