From: simon Date: Sun, 12 Aug 2012 20:17:13 +0000 (+0000) Subject: Use a single sftp_senddata() to send each SFTP packet, rather than X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/e497389e51d4c6b50e01fb2e30af9c5a8caf9a65?hp=e497389e51d4c6b50e01fb2e30af9c5a8caf9a65 Use a single sftp_senddata() to send each SFTP packet, rather than 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 ---