Use a single sftp_senddata() to send each SFTP packet, rather than
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 12 Aug 2012 20:17:13 +0000 (20:17 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 12 Aug 2012 20:17:13 +0000 (20:17 +0000)
using one for the length field and one for the rest of the packet
contents. Since sftp_senddata() has no queuing or deferral mechanism
but instead constructs and sends an SSH2_MSG_CHANNEL_DATA message
immediately, this change has the effect of ceasing to split every SFTP
packet across two SSH messages.

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


No differences found