sshpeer: make sshpeer.close() close the underlying connection...
sshpeer: make sshpeer.close() close the underlying connection
So the connection can be closed eagerly in future commits, instead of
relying on __del__.
Differential Revision:
https://phab.mercurial-scm.org/D9995