]> git.ipfire.org Git - thirdparty/curl.git/commit
hostip: remove conn->data from resolver functions
authorDaniel Stenberg <daniel@haxx.se>
Wed, 20 Jan 2021 09:15:43 +0000 (10:15 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 22 Jan 2021 07:25:09 +0000 (08:25 +0100)
commit8335c6417ea21bdfc340f0cb8cab5dbc97b10a2e
tree3f2651a3e000016fdef00707917e0e8e394b5dbe
parentd3a3bdb5ef867e270f4be205f36024ad1e48beb3
hostip: remove conn->data from resolver functions

This also moves the 'async' struct from the connectdata struct into the
Curl_easy struct, which seems like a better home for it.

Closes #6497
18 files changed:
lib/asyn-ares.c
lib/asyn-thread.c
lib/asyn.h
lib/connect.c
lib/doh.c
lib/doh.h
lib/easy.c
lib/ftp.c
lib/hostasyn.c
lib/hostip.c
lib/hostip.h
lib/hostip4.c
lib/hostip6.c
lib/multi.c
lib/socks.c
lib/url.c
lib/urldata.h
tests/data/test1082