]> git.ipfire.org Git - thirdparty/curl.git/commit
libssh2: move data from connection object to transfer object
authorDaniel Stenberg <daniel@haxx.se>
Mon, 25 Jan 2021 09:44:30 +0000 (10:44 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 25 Jan 2021 16:07:57 +0000 (17:07 +0100)
commit2dcc940959772a652f6813fb6bd3092095a4877b
treecfbd68df20b1bb4b3c681f0c07d40f4d92f9d977
parentabfb0b57bc45d446db43ccea2addb883cb2c548f
libssh2: move data from connection object to transfer object

Readdir data, filenames and attributes are strictly related to the
transfer and not the connection. This also reduces the total size of the
fixed connectdata struct.

Closes #6519
lib/vssh/libssh2.c
lib/vssh/ssh.h