The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715.
Replaces calls to socket.send() (which isn't guaranteed to send all data) with the new socket.sendall() method.
Showing
Please
register
or
sign in
to comment
Replaces calls to socket.send() (which isn't guaranteed to send all data) with the new socket.sendall() method.