]> git.ipfire.org Git - thirdparty/curl.git/commit
ftp: use easy handle and connectin meta data for protocol structs
authorStefan Eissing <stefan@eissing.org>
Mon, 5 May 2025 11:31:14 +0000 (13:31 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 6 May 2025 07:07:43 +0000 (09:07 +0200)
commita2d90d4ba5076643b5af9978c4f60b449a1433bc
treea8cb589b69855b5cc56be2228bb459f26914db3d
parent378aa011e6938c2b6397451f8062850f8b5d21b9
ftp: use easy handle and connectin meta data for protocol structs

- remove data->req.p.ftp and store `struct FTP` as easy meta data
- place `struct ftp_conn` instance in connection meta data

Closes #17249
lib/ftp.c
lib/ftp.h
lib/krb5.c
lib/request.c
lib/request.h
lib/url.c
lib/urldata.h