You need to sign in or sign up before continuing.
-
Martin v. Löwis authored
Replaces calls to socket.send() (which isn't guaranteed to send all data) with the new socket.sendall() method.
e12454f4
Replaces calls to socket.send() (which isn't guaranteed to send all data) with the new socket.sendall() method.