]> arthur.barton.de Git - bup.git/commit
client: fix a race condition when the server suggests an index.
authorAvery Pennarun <apenwarr@gmail.com>
Sat, 30 Jan 2010 21:09:38 +0000 (16:09 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Sat, 30 Jan 2010 21:09:38 +0000 (16:09 -0500)
commitd9e823e7672156d8cdd971290db8370babdb7bd5
treecec27782d7d74beb06174cbfe51b68868f0c9ad3
parent0d205c0073795e8de01d93af2b1e2ed8c472bbcb
client: fix a race condition when the server suggests an index.

If we finished our current pack too quickly after getting the suggestion,
the client would get confused, resulting in 'exected "ok, got %r' type
errors.
client.py