It turns out I was a little over-strict in my handling of EOF in
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 13 Aug 2013 06:46:51 +0000 (06:46 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 13 Aug 2013 06:46:51 +0000 (06:46 +0000)
commitd27916ce6dc22fd1280edd4bc0c835d8f17b0581
tree56f130f939798331206206c1671353f0e87431cd
parentd22c54140cd28d440f973312c8308ca9853f06c9
It turns out I was a little over-strict in my handling of EOF in
pscp.c when I did the big revamp in r9279: I assumed that in any SCP
connection we would be the first to send EOF, but in fact this isn't
true - doing downloads with old-SCP, EOF is initiated by the server,
so we were spuriously reporting an error for 'unexpected' EOF when
everything had gone fine. Thanks to Nathan Phelan for the report.

git-svn-id: svn://svn.tartarus.org/sgt/putty@10016 cda61777-01e9-0310-a592-d414129be87e
pscp.c