Loading CHANGES +4 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,10 @@ Changelog Daniel (12 February 2007) - Jeff Pohlmeyer fixed a flaw in curl_multi_add_handle() when adding a handle that has an easy handle present in the "closure" list pending closure. Daniel (6 February 2007) - Regular file downloads wiht SFTP and SCP are now done using the non-blocking API of libssh2, if the libssh2 headers seem to support them. This will make Loading lib/multi.c +1 −0 Original line number Diff line number Diff line Loading @@ -396,6 +396,7 @@ CURLMcode curl_multi_add_handle(CURLM *multi_handle, break; /* no need to continue since this handle can only be present once in the list */ } prev = cl; cl = next; } Loading Loading
CHANGES +4 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,10 @@ Changelog Daniel (12 February 2007) - Jeff Pohlmeyer fixed a flaw in curl_multi_add_handle() when adding a handle that has an easy handle present in the "closure" list pending closure. Daniel (6 February 2007) - Regular file downloads wiht SFTP and SCP are now done using the non-blocking API of libssh2, if the libssh2 headers seem to support them. This will make Loading
lib/multi.c +1 −0 Original line number Diff line number Diff line Loading @@ -396,6 +396,7 @@ CURLMcode curl_multi_add_handle(CURLM *multi_handle, break; /* no need to continue since this handle can only be present once in the list */ } prev = cl; cl = next; } Loading