]> git.ipfire.org Git - thirdparty/curl.git/commit
urldata: remove 'void *protop' and create the union 'p'
authorDaniel Stenberg <daniel@haxx.se>
Mon, 23 Nov 2020 07:32:41 +0000 (08:32 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 23 Nov 2020 15:16:16 +0000 (16:16 +0100)
commita95a6ce6b809693a1195e3b4347a6cfa0fbc2ee7
tree5f0b777ade4540e7c622b6ad2d2126d920dafa6b
parent5c8849cede5577b8b23c3b1d75c03923ce034061
urldata: remove 'void *protop' and create the union 'p'

... to avoid the use of 'void *' for the protocol specific structs done
per transfer.

Closes #6238
22 files changed:
docs/INTERNALS.md
lib/file.c
lib/ftp.c
lib/http.c
lib/http2.c
lib/http_proxy.c
lib/imap.c
lib/mqtt.c
lib/openldap.c
lib/pop3.c
lib/rtsp.c
lib/smb.c
lib/smtp.c
lib/telnet.c
lib/transfer.c
lib/url.c
lib/urldata.h
lib/vquic/ngtcp2.c
lib/vquic/quiche.c
lib/vssh/libssh.c
lib/vssh/libssh2.c
lib/vssh/wolfssh.c