From: simon Date: Mon, 8 Jan 2007 18:54:49 +0000 (+0000) Subject: Have one call to from_backend() per call to do_telnet_read(), X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/ee00c99a75197e3c41bd9bb80e62c1ed9987cbd2?hp=ee00c99a75197e3c41bd9bb80e62c1ed9987cbd2 Have one call to from_backend() per call to do_telnet_read(), instead of the previous rate of one per character. In `Flush log file frequently' mode, the latter was causing excessive slowdown due to fflush()ing once per byte. git-svn-id: svn://svn.tartarus.org/sgt/putty@7076 cda61777-01e9-0310-a592-d414129be87e ---