Code review comment for lp:~maxb/bzr/2.2-close-ssh-subprocess-socket

Revision history for this message
Max Bowsher (maxb) wrote :

NEWS entry added.

Yes, for full correctness we would close the other end of the socketpair within bzrlib - but no need to defer that to _close_ssh_proc time, we can close it as soon as we have handed it off to the subprocess - done.

As for testing, I can't see any meaningful way to test this short of spinning up a test ssh server and trying to put a file across a transport. Unfortunately that's a outside my knowledge of how to achieve it, without a fairly large tangent of research, right now.

« Back to merge proposal