From bd4d7c3a6b299e5eb4c2ef23d4f8ce2554572a9b Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sat, 27 Nov 2021 13:29:16 -0800 Subject: [PATCH] note that Curio cannot be used for DoH --- doc/async.rst | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.47.3