]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
sink(): finish waiting for remote EOF after a local error.
authorSimon Tatham <anakin@pobox.com>
Wed, 15 Feb 2017 21:41:28 +0000 (21:41 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 15 Feb 2017 21:41:28 +0000 (21:41 +0000)
commit7fd8915ce9dabd124ee10374c33449ad912b607c
treee9e3d405325f687fd97e1667420ee019cbb2f6d7
parent5d852585a1f00f130333d2350627ffb80014d4e2
sink(): finish waiting for remote EOF after a local error.

We responded to a local error writing out the destination file by
going into a mode where we just looped round receiving and throwing
away data until our count of the file size reached the file size we
expected - but once we were in that mode, we never actually
incremented the count!
pscp.c