From: Bob Halley Date: Sat, 27 Nov 2021 21:29:16 +0000 (-0800) Subject: note that Curio cannot be used for DoH X-Git-Tag: v2.2.0rc1~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bd4d7c3a6b299e5eb4c2ef23d4f8ce2554572a9b;p=thirdparty%2Fdnspython.git note that Curio cannot be used for DoH --- diff --git a/doc/async.rst b/doc/async.rst index e69b9722..9f066833 100644 --- a/doc/async.rst +++ b/doc/async.rst @@ -14,6 +14,9 @@ Dnspython attempts to detect which library is in use by using the explicitly select a "backend" library, or to pass a backend to a particular call, allowing for use in mixed library situations. +Note that Curio is not supported for DNS-over-HTTPS, due to a +lack of support in the anyio library used by httpx. + .. toctree:: async-query