]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Fix hangs when QUIC connection fails [#899]. (#900)
authorBob Halley <halley@dnspython.org>
Thu, 2 Mar 2023 15:51:50 +0000 (07:51 -0800)
committerGitHub <noreply@github.com>
Thu, 2 Mar 2023 15:51:50 +0000 (07:51 -0800)
commit3dd5ed5a8889ca2453a3796f5c77412313d76758
tree512553a37b323b49dec8b9154817755385c5887b
parente37866650cbba14ffc1947430494660ec3a405fd
Fix hangs when QUIC connection fails [#899]. (#900)

This also fixes problems with computing the wait_for() timeout for
the sync and asyncio ports, and fixes delivery of the timeout for
the sync port.
dns/quic/_asyncio.py
dns/quic/_sync.py
dns/quic/_trio.py