]> 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:16:42 +0000 (18:16 -0700)
commita22644d7ced90ee796592622eebd9629377b39ba
treef5ec4c004323ff734d236d38dcaf6467d3ebb03d
parent9d0262a92c0cf105d12f524f4f103abe913458ae
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.
dns/_asyncbackend.py
dns/_asyncio_backend.py
dns/_trio_backend.py
dns/asyncquery.py