]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Ensure async https() requests are bounded in total time
authorBob Halley <halley@dnspython.org>
Tue, 8 Aug 2023 01:16:42 +0000 (18:16 -0700)
committerBob Halley <halley@dnspython.org>
Tue, 8 Aug 2023 01:19:00 +0000 (18:19 -0700)
commitef4fab1c6b7533c533c0970ac656592d1f20a0c3
tree21f66298c676fd49d8da9c88df0091c7bdc20004
parent60df484bc6996cad131f54f9349d053ee66274a9
Ensure async https() requests are bounded in total time
according to the timeout [#978].

Unfortunately we do not currently have a good way to
make this guarantee for sync https() calls.

(cherry picked from commit a22644d7ced90ee796592622eebd9629377b39ba)
dns/_asyncbackend.py
dns/_asyncio_backend.py
dns/_trio_backend.py
dns/asyncquery.py