curl/lib/vssh
Eshan Kelkar b81d51e904 libssh: Remove free done for sftp_send_aio for successful write
libssh's sftp_aio_wait_write() would free the sftp_aio
and assign NULL to the variable storing it in case of
success and error (not in case of SSH_AGAIN).

Hence freeing sftp_send_aio and assigning it NULL is
not needed in case of successful sftp_aio_wait_write()
due to which this commit removes that code.

Signed-off-by: Eshan Kelkar <eshankelkar@galorithm.com>
2025-07-08 00:24:04 +05:30
..
.checksrc checksrc: reduce exceptions, apply again to curlx 2025-06-27 17:33:35 +02:00
curl_path.c curl_path: make SFTP handle a path like /~ properly. 2025-06-09 11:23:16 +02:00
curl_path.h lib: include files using known path 2025-04-08 17:00:00 +02:00
libssh.c libssh: Remove free done for sftp_send_aio for successful write 2025-07-08 00:24:04 +05:30
libssh2.c libssh2: remove use of 'initialised' for cleanup 2025-07-07 12:01:22 +02:00
ssh.h libssh: Rename struct ssh_con member sftp_aio to sftp_send_aio 2025-07-08 00:23:57 +05:30
wolfssh.c multi: add dirty bitset 2025-06-21 17:19:11 +02:00