]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
More fixes to stdout and stderr. When the backlog on either clears, call
authorBen Harris <bjh21@bjh21.me.uk>
Tue, 2 Oct 2007 21:43:53 +0000 (21:43 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Tue, 2 Oct 2007 21:43:53 +0000 (21:43 +0000)
commitea9a3bdb7d76554acb1524167118c570a306465c
tree6e8410d9e4b821fd1a9a19551249155aa77a99fa
parent241c53aceab81fe84edd4beb46a0685a857c9a7c
More fixes to stdout and stderr.  When the backlog on either clears, call
the backend's unthrottle function.  If we don't, we'll deadlock.  While
we're here, also pump as much data as possible out during each call to
try_output(), rather than restricting ourselves to a single call to
write().

[originally from svn r7755]
unix/uxplink.c