
bugzilla-daemon at bugzilla
Feb 24, 2012, 1:13 AM
Post #3 of 3
(261 views)
Permalink
|
|
[Bug 1818] SSH2_MSG_CHANNEL_FAILURE on closed channel
[In reply to]
|
|
https://bugzilla.mindrot.org/show_bug.cgi?id=1818 --- Comment #12 from Simon Tatham <anakin [at] pobox> 2012-02-24 20:13:11 EST --- I've now worked around this issue on the PuTTY side (at least on the current development trunk), by implementing a more robust handling of SSH2_MSG_CHANNEL_CLOSE: _we_ now do not send CHANNEL_CLOSE until we have seen replies to all our outstanding channel requests, and therefore the question of which order the server's close and the request replies appear in is moot. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching someone on the CC list of the bug. _______________________________________________ openssh-bugs mailing list openssh-bugs [at] mindrot https://lists.mindrot.org/mailman/listinfo/openssh-bugs
|