Skip to content

Add IPv6 support to NativeHttpClient #59027

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

Closed
nicolas-grekas opened this issue Nov 28, 2024 · 3 comments · Fixed by #59068
Closed

Add IPv6 support to NativeHttpClient #59027

nicolas-grekas opened this issue Nov 28, 2024 · 3 comments · Fixed by #59068
Labels
Help wanted Issues and PRs which are looking for volunteers to complete them. HttpClient

Comments

@nicolas-grekas
Copy link
Member

nicolas-grekas commented Nov 28, 2024

At the moment, NativeHttpClient works only with IPv4 because of the way it does DNS resolution.
But by taking inspiration from DNS resolution in NoPrivateNetworkHttpClient, we should be able to make it IPv6 compatible.

@nicolas-grekas nicolas-grekas added the Help wanted Issues and PRs which are looking for volunteers to complete them. label Nov 28, 2024
@crownbackend
Copy link
Contributor

Hello, Is this issue still relevant? Can I try to find a solution?

@nicolas-grekas
Copy link
Member Author

@crownbackend it's been resolved by #59068 ;)

@crownbackend
Copy link
Contributor

If there are any important issues that need to be resolved quickly, are you available?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Help wanted Issues and PRs which are looking for volunteers to complete them. HttpClient
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants