mirror of https://github.com/python/cpython
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