46
45
from bzrlib.smart import client, protocol, request, vfs
47
46
from bzrlib.transport import ssh
51
51
# We must not read any more than 64k at a time so we don't risk "no buffer
52
52
# space available" errors on some platforms. Windows in particular is likely