simon-git: putty (pre-0.64): Simon Tatham
Commits to Tartarus CVS repository.
tartarus-commits at lists.tartarus.org
Mon Nov 10 18:32:33 GMT 2014
TL;DR:
063c438 Shut down connshare upstream along with the SSH connection.
Repository: git://git.tartarus.org/simon/putty.git
On the web: http://tartarus.org/~simon-git/gitweb/?p=putty.git
Branch updated: pre-0.64
Committer: Simon Tatham <anakin at pobox.com>
Date: 2014-11-10 18:32:32
commit 063c438fec892a5d03e0853baa6aa0cf963e7a50
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=063c438fec892a5d03e0853baa6aa0cf963e7a50;hp=5429effd8e611c267e3ab117586821c051b2719a
Author: Simon Tatham <anakin at pobox.com>
Date: Mon Nov 10 18:29:00 2014 +0000
Shut down connshare upstream along with the SSH connection.
This ought to happen in ssh_do_close alongside the code that shuts
down other local listening things like port forwardings, for the same
obvious reason. In particular, we should get through this _before_ we
put up a modal dialog box telling the user what just went wrong with
the SSH connection, so that further sessions started while that box is
active don't try futilely to connect to the not-really-listening
zombie upstream.
ssh.c | 8 ++++++++
1 file changed, 8 insertions(+)
More information about the tartarus-commits
mailing list