https://bugzilla.mindrot.org/show_bug.cgi?id=3894
--- Comment #2 from Damien Miller <[email protected]> --- Actually, there's one more reason and it's possibly the most significant: we frequently delay channel garbage collection until the channel has had a chance to write out buffered data. E.g. is a SSH2_MSG_CHANNEL_CLOSE is received and the channel still has data to write to its local fds, then we have to wait for that to complete before the channel can be garbage-collected. -- 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 [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
