]> git.ipfire.org Git - thirdparty/curl.git/commit
doh: disable DOH for the cases it doesn't work
authorDaniel Stenberg <daniel@haxx.se>
Thu, 9 May 2019 08:58:04 +0000 (10:58 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 11 May 2019 09:38:58 +0000 (11:38 +0200)
commit12d655d4561cfee0103c57e791c59a263863e561
treecc271bc27c77189fe5c52cea5e412af0f915b7ad
parentedf2f6a6f60debd80ae3cef7a68fb84faaef7c5d
doh: disable DOH for the cases it doesn't work

Due to limitations in Curl_resolver_wait_resolv(), it doesn't work for
DOH resolves. This fix disables DOH for those.

Limitation added to KNOWN_BUGS.

Fixes #3850
Closes #3857
docs/KNOWN_BUGS
lib/connect.c
lib/ftp.c
lib/hostip.c
lib/hostip.h
lib/socks.c