Timestamp:
2013-02-11T12:56:04Z (11 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
5a4f22e
Parents:
5a0ffa2
git-author:
Mike Kazantsev <mk.fraggod@…> (11-02-13 12:56:04)
git-committer:
Miklos Vajna <vmiklos@…> (11-02-13 12:56:04)
Message:

skype: cleanup of the send() code

Use socket.sendall(), as send() is not guaranteed to send all
the data passed (though it should generally work that way with
blocking sockets).
Use more robust, obvious and idiomatic loop conditions.
Cleanup redundant imports and variables.

(No files)

Note: See TracChangeset for help on using the changeset viewer.