summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2021-11-27 13:29:16 -0800
committerBob Halley <halley@dnspython.org>2021-11-27 13:29:16 -0800
commitbd4d7c3a6b299e5eb4c2ef23d4f8ce2554572a9b (patch)
treed94a4a2e8e8a394899a8fda29e63d3a1fc09286a
parentabdd49260f6d3a0b098aa29f7c2d704dc3220a5b (diff)
downloaddnspython-bd4d7c3a6b299e5eb4c2ef23d4f8ce2554572a9b.tar.gz
note that Curio cannot be used for DoH
-rw-r--r--doc/async.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/async.rst b/doc/async.rst
index e69b972..9f06683 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