Skip to content

Fixed a bug where the default setting for DNS over TCP was unintentionally disabled #6202

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

Merged
merged 6 commits into from
Apr 15, 2025

Conversation

ikhoon
Copy link
Contributor

@ikhoon ikhoon commented Apr 10, 2025

Motivation:

DNS over TCP configuration should be enabled by default in DNS resolvers. However, the default setting was unintentionally disabled during the implementation of #6127.

Motifications:

  • Revert the default settings to re-enable TCP fallback in DNS resolver.

Result:

The default DNS resolver now correctly performs TCP fallback.

…nally disabled.

Motivation:

DNS over TCP configuration should be enabled by default for DNS
resolvers. The default setting was disabled while line#6127 was implemented.

Motifications:

- Revert the default settings for TCP fallback to enable by default.

Result:

The default DNS resolver correctly performs TCP fallback.
@ikhoon ikhoon added the defect label Apr 10, 2025
@ikhoon ikhoon changed the title Fixed a bug where the default setting for DNS over TCP was unintentio… Fixed a bug where the default setting for DNS over TCP was unintentionally disabled Apr 10, 2025
@ikhoon ikhoon added this to the 1.32.5 milestone Apr 10, 2025
Copy link
Member

@trustin trustin left a comment

Choose a reason for hiding this comment

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

Thanks for the quick fix! 🙇

Copy link

codecov bot commented Apr 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.57%. Comparing base (8150425) to head (6530d19).
Report is 56 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #6202      +/-   ##
============================================
+ Coverage     74.46%   74.57%   +0.11%     
- Complexity    22234    22384     +150     
============================================
  Files          1963     1969       +6     
  Lines         82437    82799     +362     
  Branches      10764    10789      +25     
============================================
+ Hits          61385    61751     +366     
+ Misses        15918    15911       -7     
- Partials       5134     5137       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Contributor

@minwoox minwoox left a comment

Choose a reason for hiding this comment

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

Thanks!

@minwoox minwoox merged commit d748158 into line:main Apr 15, 2025
14 of 16 checks passed
@minwoox
Copy link
Contributor

minwoox commented Apr 15, 2025

Thanks, @ikhoon!

minwoox pushed a commit that referenced this pull request Apr 15, 2025
…nally disabled (#6202)

Motivation:

DNS over TCP configuration should be enabled by default in DNS resolvers. However, the default setting was unintentionally disabled during the implementation of #6127.

Motifications:

- Revert the default settings to re-enable TCP fallback in DNS resolver.

Result:

The default DNS resolver now correctly performs TCP fallback.
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.

4 participants