]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Replace h3 parameter with http_version. (#1068)
authorBrian Wellington <bwelling@xbill.org>
Thu, 21 Mar 2024 12:20:46 +0000 (05:20 -0700)
committerGitHub <noreply@github.com>
Thu, 21 Mar 2024 12:20:46 +0000 (05:20 -0700)
commit3238267c65fe264515f8cd8aff294af0f6b85232
tree157afb1bb8181e1d07f386824db553b695c39bbd
parent23a6cd2a6d8b1d9612edd11261870acd702c3136
Replace h3 parameter with http_version. (#1068)

This allows more flexibility; clients can specify which http version
they want, or use the default.
dns/asyncquery.py
dns/nameserver.py
dns/query.py
tests/test_async.py
tests/test_doh.py