Commit 53a8a6e5 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

- Based on a patch by Vlad Grachov, libcurl now uses a new libssh2 0.19

  function when built to support SCP and SFTP that helps the library to know
  in which direction a particular libssh2 operation would return EAGAIN so
  that libcurl knows what socket conditions to wait for before trying the
  function call again. Previously (and still when using libssh2 0.18 or
  earlier), libcurl will busy-loop in this situation when the easy interface
  is used!
parent dd2fc45c
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment