Created
December 27, 2014 13:34
-
-
Save farhaven/deafc0473259d671a08d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
buf = bytes(...) | |
while len(buf) < 4: | |
buf.append(s.recv(4 - len(buf))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment