]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Yet _another_ `received data for nonexistent channel' bug. This time
authorSimon Tatham <anakin@pobox.com>
Sat, 11 Jan 2003 10:05:29 +0000 (10:05 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 11 Jan 2003 10:05:29 +0000 (10:05 +0000)
commitee54789b256d9b53c3015eb692122d0ad1c9deb3
tree0cd85591fb987c0864ddeaf0b0be162a8970588c
parentfda998324345ba50a913655754303ce8f0a4cfde
Yet _another_ `received data for nonexistent channel' bug. This time
it was because we received WINDOW_ADJUST on a channel we'd already
sent CLOSE on, and reflexively attempted to continue sending the
buffered data in response. Should now be fixed.

[originally from svn r2539]
ssh.c