Skip to content

Instantly share code, notes, and snippets.

@farhaven
Created December 27, 2014 13:34
Show Gist options
  • Save farhaven/deafc0473259d671a08d to your computer and use it in GitHub Desktop.
Save farhaven/deafc0473259d671a08d to your computer and use it in GitHub Desktop.
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