mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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
|
break
|
||||||
if verbose:
|
if verbose:
|
||||||
print 'received:', data
|
print 'received:', data
|
||||||
conn.send(data)
|
conn.sendall(data)
|
||||||
conn.close()
|
conn.close()
|
||||||
else:
|
else:
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue