We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a287921 commit 4eaf0e2Copy full SHA for 4eaf0e2
dns/asyncquery.py
@@ -704,6 +704,8 @@ async def _http3(
704
705
url_parts = urllib.parse.urlparse(url)
706
hostname = url_parts.hostname
707
+ if url_parts.port is not None:
708
+ port = url_parts.port
709
710
q.id = 0
711
wire = q.to_wire()
dns/query.py
@@ -611,6 +611,8 @@ def _http3(
611
612
613
614
615
616
617
618
0 commit comments