Skip to content

cli: bracket IPv6 host in public URL and support IPv6 in port check (#70) - #75

Open
HeaTTap wants to merge 1 commit into
ldbumble:masterfrom
HeaTTap:fix/ipv6-host
Open

HeaTTap wants to merge 1 commit into
ldbumble:masterfrom
HeaTTap:fix/ipv6-host

Conversation

@HeaTTap

@HeaTTap HeaTTap commented Sep 26, 2026

Copy link
Copy Markdown

What & why

bracket IPv6 host in public URL and support IPv6 in port check via socket create_connection so IPv6 hosts do not raise gaierror or break urlsplit

closes #70

Checklist

  • python -m pytest -q passes (offline, no credentials)
  • New behavior has a test

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

--host ::1 (IPv6) builds a broken URL and crashes the port check

1 participant