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

[EventEngine] Fix issues found when enabling event_engine_dns experiment in OSS #35530

Closed
wants to merge 26 commits into from

Conversation

yijiem
Copy link
Member

@yijiem yijiem commented Jan 11, 2024

Using AF_UNSPEC for both IPv4 and IPv6 queries does not work in all cases. Specifically, for localhost:<>, c-ares only returns the IPv6 record i.e. ::1.

@yijiem yijiem added the release notes: yes Indicates if PR needs to be in release notes label Jan 11, 2024
@yijiem yijiem force-pushed the enable-oss-ee-dns-posix branch from 62824ae to 010c853 Compare January 17, 2024 21:02
Copy link
Member

@drfloob drfloob left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good! Let me know if you have any questions.

Copy link
Member

@drfloob drfloob left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Approved, provided all tests are passing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants