1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-15 10:08:06 -05:00
Simon Tatham 55d19f6295 Fix session channel unthrottling in psusan and Uppity.
I ran 'ls /usr/share/doc' in a psusan session the other day and the
output hung part way through the long directory listing. This turned
out to be because the ssh-connection channel window had run out
temporarily, and PuTTY had sent a WINDOW_ADJUST extending it again,
which the connection layer acted on by calling chan_set_input_wanted
... which sesschan was ignoring with a comment saying /* I don't think
we need to do anything here */.

Well, turns out we do need to. Implemented the simplest possible
unblocking action.
2022-08-21 13:04:28 +01:00
..
2021-06-27 13:52:48 +01:00
2022-08-03 20:48:46 +01:00
2022-08-03 20:48:46 +01:00
2022-08-03 20:48:46 +01:00
2022-08-03 20:48:46 +01:00