]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Fix DoH3 queries sent to a literal address. (#1067)
authorBrian Wellington <bwelling@xbill.org>
Wed, 20 Mar 2024 19:25:13 +0000 (12:25 -0700)
committerGitHub <noreply@github.com>
Wed, 20 Mar 2024 19:25:13 +0000 (12:25 -0700)
commit23a6cd2a6d8b1d9612edd11261870acd702c3136
tree8e239e05a65736d28b2c17c2c352e801236dcf57
parent6514e048c1fd609fbda1949cf483e76e7fbf5580
Fix DoH3 queries sent to a literal address. (#1067)

* Fix DoH3 queries sent to a literal address.

* Add test for async.
dns/asyncquery.py
dns/query.py
tests/test_async.py
tests/test_doh.py