]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
After we receive EOF on stdin, we should clear ssh->send_ok so that
authorSimon Tatham <anakin@pobox.com>
Tue, 29 Mar 2005 13:10:33 +0000 (13:10 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 29 Mar 2005 13:10:33 +0000 (13:10 +0000)
commit4fa20491081786572e4734f6f68f3fa38b5e51e2
tree1479b106dbb93399eb38a57634f51898898f39ee
parentd0beed9aba20865b9829e3203b4067e8822a0f4d
After we receive EOF on stdin, we should clear ssh->send_ok so that
we stop trying to read anything further from stdin. Otherwise we
send a continuous stream of SSH2_MSG_CHANNEL_EOF.

[originally from svn r5561]
ssh.c