]> git.ipfire.org Git - thirdparty/curl.git/commit
urldata: remove 'hostname' from struct Curl_async
authorDaniel Stenberg <daniel@haxx.se>
Mon, 24 Feb 2025 12:58:38 +0000 (13:58 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 27 Feb 2025 16:18:43 +0000 (17:18 +0100)
commit8ded8e5f3f4b65863997470022381b709a63ba20
tree242af5c04b48c7281f2e6923c6d5efe123d1d126
parent7007f59caaf5e743b9e15e44126c621b8f589848
urldata: remove 'hostname' from struct Curl_async

It is unnecessary duplicated information, as the host name being
resolved is already present in conn->host.

Closes #16451
lib/asyn-ares.c
lib/asyn-thread.c
lib/doh.c
lib/hostasyn.c
lib/hostip.c
lib/urldata.h