]> 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:44:27 +0000 (09:44 -0700)
commit1d9651c2d5bc565846a12bdbd2a9ccb7ecf46a15
tree851fd4a8b1288138d6c3193b77e46f5532e4bddb
parent5486533e2ecae2a82127ba7918ac65af9f7bcfbc
Use HTTP2 when possible in https() [#973].

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

(cherry picked from commit 349545a05151acd389e06f28975b4f3e4f426977)
dns/asyncquery.py
dns/query.py