Comment 1 for bug 341535

Revision history for this message
Andrew Bennetts (spiv) wrote : Re: hpss SmartMedium doesn't handle eintr

The way to fix this is to use bzrlib.osutils.until_no_eintr in the SmartSSHClientMedium. The SmartTCPClientMedium already does this. The change should be simple.