From: ben Date: Mon, 27 Aug 2012 17:37:44 +0000 (+0000) Subject: Don't close SSH-2 channels with outstanding channel requests on local error. X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/04120005c69fade02fcf13c154419cece35de375?hp=04120005c69fade02fcf13c154419cece35de375 Don't close SSH-2 channels with outstanding channel requests on local error. In sshfwd_unclean_close(), get ssh2_check_close() to handle sending SSH_MSG_CHANNEL_CLOSE. That way, it can hold off doing so until any outstanding channel requests are processed. Also add event log message for unclean channel closures. git-svn-id: svn://svn.tartarus.org/sgt/putty@9631 cda61777-01e9-0310-a592-d414129be87e ---