]> git.ipfire.org Git - thirdparty/curl.git/commit
ares: store dns parameters for duphandle
authorErnst Sjöstrand <ernst.sjostrand@verisure.com>
Mon, 2 Mar 2020 13:51:43 +0000 (14:51 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 7 Mar 2020 12:50:23 +0000 (13:50 +0100)
commitc8f086bcc315d9dec6a7438f39c3c36dfeb27e42
tree54ff38ed935d2223daed132bae62f526e2db5e3b
parente364546fb3371ac27f59f897e4c55acce7fc824e
ares: store dns parameters for duphandle

With c-ares the dns parameters lives in ares_channel. Store them in the
curl handle and set them again in easy_duphandle.

Regression introduced in #3228 (6765e6d), shipped in curl 7.63.0.

Fixes #4893
Closes #5020
Signed-off-by: Ernst Sjöstrand <ernst.sjostrand@verisure.com>
lib/easy.c
lib/setopt.c
lib/urldata.h