Comment 1 for bug 328910

Revision history for this message
Andrew Bennetts (spiv) wrote : Re: bazaar crashed when synchronizing from a Fedora server

bzrlib\transport\sftp.py ought to catch the SSHException from fp.readv and turn it into a more appropriate error, possibly a ShortReadvError. The end result ought to be a polite error message for the user saying that the SSH connection was lost, rather than a large, ugly traceback.