]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
It turns out I was a little over-strict in my handling of EOF in
authorSimon Tatham <anakin@pobox.com>
Tue, 13 Aug 2013 06:46:51 +0000 (06:46 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 13 Aug 2013 06:46:51 +0000 (06:46 +0000)
commitea84449cb8a6404528652bb387e2abf8e62a477d
tree56f130f939798331206206c1671353f0e87431cd
parentb1998cd8ddb85a337717af148784565205627b4c
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: http://svn.tartarus.org/sgt/putty@10016 cda61777-01e9-0310-a592-d414129be87e
pscp.c