]> git.ipfire.org Git - thirdparty/curl.git/commit
asyn-thread: do not allocate thread_data separately
authorDaniel Stenberg <daniel@haxx.se>
Thu, 6 Feb 2025 15:05:56 +0000 (16:05 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 13 Feb 2025 14:35:40 +0000 (15:35 +0100)
commitd9fc64d3ab289a84548e952183d7eba79ccc846e
tree4035a229443a46eab4ff8632f85b8a1c45f2b007
parent48f6bfa8c7738c9eb5cb13cc8086c43c3e61dc72
asyn-thread: do not allocate thread_data separately

Put the full struct into Curl_async since it will be used for every name
resolve anyway.

Closes #16241
lib/asyn-ares.c
lib/asyn-thread.c
lib/asyn.h
lib/httpsrr.c
lib/urldata.h