]> git.michaelhowe.org Git - packages/b/bup.git/commit
splitting to a remote server would cause "already busy" errors.
authorAvery Pennarun <apenwarr@gmail.com>
Wed, 6 Jan 2010 21:42:54 +0000 (16:42 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Wed, 6 Jan 2010 22:06:15 +0000 (17:06 -0500)
commit0f296c0eb7e9130a73f4b4c8c66fe7cd86cd4c1d
treeba28692f04210384d13ce1227a531ed6c5dcc67f
parentb21314b13dbe620632abf8eaf1a3d5c274910fe4
splitting to a remote server would cause "already busy" errors.

Specifically:
client.ClientError: already busy with command 'receive-objects'

That's because recent changes removed the call to onclose() from
PackWriter_Remote.  Now it's back, plus I added an extra unit test to reveal
the problem.
client.py
test-sh