Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix[serve]: use valid ipv6 addr literal format #846

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

mnemotic
Copy link
Contributor

@mnemotic mnemotic commented Aug 8, 2024

Fixes #824. As suggested by @ctron, I switched to using SocketAddr instead of IpAddr. Works as expected on Windows 11 + Firefox.

IPv6 address literal format is specified by RFC3986.

@ctron ctron merged commit b090088 into trunk-rs:main Aug 8, 2024
60 checks passed
@mnemotic mnemotic deleted the ipv6-url branch August 8, 2024 14:04
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.

trunk serve fails to start browser on windows 11 with ipv6
2 participants