]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Make sure we never send window adjustments (or winadjes) on channels
authorSimon Tatham <anakin@pobox.com>
Thu, 8 Dec 2011 19:15:53 +0000 (19:15 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 8 Dec 2011 19:15:53 +0000 (19:15 +0000)
commit8e9868bda0b6cb75e681e31a4e42e6279176fc2a
tree2cf911d36ed57525f24faa903d1d8f6cfe016970
parent66ea8dc1b94401dfa60abdb26918026f3230baaa
Make sure we never send window adjustments (or winadjes) on channels
for which we've already sent CHANNEL_CLOSE. It would be embarrassing
if the remote end had also sent CHANNEL_CLOSE in response and then
received our communication once it had forgotten about the channel.

[originally from svn r9360]
ssh.c