]> git.ipfire.org Git - thirdparty/curl.git/commit
Revert "urldata: move async resolver state from easy handle to connectdata"
authorDaniel Stenberg <daniel@haxx.se>
Thu, 14 Dec 2023 22:25:09 +0000 (23:25 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 15 Dec 2023 11:57:35 +0000 (12:57 +0100)
commit907eea08041d7ab3f6441a0202ed4b47ea7fc52f
treee1dd056c22d80b341ed8b9fe0a6f8d08f9d586e0
parent9f2d2290d13454fbb8ab365f05dbf28aafd101bf
Revert "urldata: move async resolver state from easy handle to connectdata"

This reverts commit 56a4db2e4e2bcb9a0dcb75b83560a78ef231fcc8 (#12198)

We want the c-ares channel to be held in the easy handle, not per
connection - for performance.

Closes #12524
lib/asyn-ares.c
lib/asyn-thread.c
lib/doh.c
lib/easy.c
lib/hostasyn.c
lib/hostip.c
lib/multi.c
lib/socks.c
lib/url.c
lib/urldata.h
lib/vtls/openssl.c