]> asedeno.scripts.mit.edu Git - PuTTY.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)
commit4ae1e260eac7ef0b9d4b444543c33d1467a7a81b
tree56f130f939798331206206c1671353f0e87431cd
parent293af847b549d92c5b8b21325909a8ef709f0b10
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.

[originally from svn r10016]
[r9279 == 947962e0b95e10151c186048a8b5cc2fb425838c]
pscp.c