• Daniel Stenberg's avatar
    - Patrik Thunstrom reported a problem and helped me repeat it. It turned out · 5af0629b
    Daniel Stenberg authored
      libcurl did a superfluous 1000ms wait when doing SFTP downloads!
    
      We read data with libssh2 while doing the "DO" operation for SFTP and then
      when we were about to start getting data for the actual file part, the
      "TRANSFER" part, we waited for socket action (in 1000ms) before doing a
      libssh2-read. But in this case libssh2 had already read and buffered the
      data so we ended up always just waiting 1000ms before we get working on the
      data!
    5af0629b
To find the state of this project's repository at the time of any of these versions, check out the tags.