]> arthur.barton.de Git - bup.git/commit
OOPS! Was writing one byte at a time to the server.
authorAvery Pennarun <apenwarr@gmail.com>
Wed, 6 Jan 2010 04:50:41 +0000 (23:50 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Wed, 6 Jan 2010 04:52:08 +0000 (23:52 -0500)
commit7ae2fd9d52c40ca4d45df2e8d4265f9c923ba856
tree7a690150bdc77ad3147b3744108bd9ac474eb7f0
parent755be38472711b7d104efd5333eb5a2130dd832c
OOPS!  Was writing one byte at a time to the server.

_raw_write() expects a list, not a string, so it was iterating over it
character by character.  Magically it worked anyway.  Which is sort of cool,
and yet not.
cmd-server.py