]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Use HTTP2 when possible in https() [#973].
authorBob Halley <halley@dnspython.org>
Sat, 5 Aug 2023 16:42:44 +0000 (09:42 -0700)
committerBob Halley <halley@dnspython.org>
Sat, 5 Aug 2023 16:42:44 +0000 (09:42 -0700)
commit349545a05151acd389e06f28975b4f3e4f426977
tree20edd7d290d342ae3852da10758c47594b3887fd
parent7e38fc4db7e2f7219dd7f8fd4a5b42647ec456f9
Use HTTP2 when possible in https() [#973].

This fixes a regression in 2.4.x where we would only
use HTTP/1.1.
dns/asyncquery.py
dns/query.py