dnsdb/dnsdbq

switch from curl_escape() to curl_easy_escape()

djw1149 opened this issue · 2 comments

curl_escape(3) man page says "Since 7.15.4, curl_easy_escape(3) should be used. This function will be removed in a future release."
Only complication to switching functions is the need to do CURL *curl = curl_easy_init();
and then free that (which is not shown in the curl_easy_escape man page).

vixie commented

ok by me. send PR?

done - #120