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

Implement happy eyeballs for sockets and fetch #9658

Closed
cirospaciari opened this issue Mar 27, 2024 · 1 comment
Closed

Implement happy eyeballs for sockets and fetch #9658

cirospaciari opened this issue Mar 27, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@cirospaciari
Copy link
Collaborator

What is the problem this feature would solve?

auto fallback to ipv4 if ipv6 is not available
related:
#7260
#4066

What is the feature you are proposing to solve the problem?

https://en.wikipedia.org/wiki/Happy_Eyeballs
https://www.rfc-editor.org/rfc/rfc8305.txt

curl implements it and nodejs too using autoSelectFamily with is true by default since v20 see https://nodejs.org/api/net.html#socketconnectoptions-connectlistener

What alternatives have you considered?

No response

@cirospaciari cirospaciari added the enhancement New feature or request label Mar 27, 2024
@Electroid Electroid changed the title implement happy eyeballs for sockets and fetch Implement happy eyeballs for sockets and fetch May 8, 2024
@Electroid
Copy link
Contributor

Fixed in #11206

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants