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 IPv6 binding #703

Closed
wants to merge 2 commits into from
Closed

Fix IPv6 binding #703

wants to merge 2 commits into from

Conversation

jefferai
Copy link
Member

Annoyingly, I somehow managed to test net.SplitHostPort and account for
IPv6 but then reassemble it for listening in the wrong way, such that it
flat out doesn't work. No idea how. Anyways, fixed.

Fixes #701

@vercel
Copy link

vercel bot commented Oct 15, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/hashicorp/boundary/1dzu5mjxz
✅ Preview: Canceled

[Deployment for e3e2699 canceled]

@github-actions github-actions bot added the core label Oct 15, 2020
Annoyingly, I somehow managed to test net.SplitHostPort and account for
IPv6 but then reassemble it for listening in the wrong way, such that it
flat out doesn't work. No idea how. Anyways, fixed.

Fixes #701
@jefferai jefferai marked this pull request as draft October 15, 2020 23:42
@jefferai
Copy link
Member Author

Note: I'm folding this change into #705. As I was working on that I found other places where the address is being Sprinted instead of JoinHostPorted so rather than keep this as an outlier with that series of changes, I'm simply going to combine them.

@jefferai jefferai closed this Oct 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to specify listen port with any IPv6 address
1 participant