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

Resolv item #2029

Merged
merged 4 commits into from
Dec 29, 2024
Merged

Resolv item #2029

merged 4 commits into from
Dec 29, 2024

Conversation

gdamore
Copy link
Contributor

@gdamore gdamore commented Dec 29, 2024

fixes #

Note that the above format should be used in your git commit comments.
You agree that by submitting a PR, you have read and agreed to our
contributing guidelines.

This avoids the need to perform multiple allocations for dialing,
eliminating additional potential failures.  Cancellation is also
made simpler and more perfectly robust.
Nearly all applications are either purely server based (needing no
resolvers really), or dialers only dialing a single destination.
These do not need multiple dialers, and threads are expensive on some
platforms (and they are more trouble during debugging.)
Copy link

codecov bot commented Dec 29, 2024

Codecov Report

Attention: Patch coverage is 88.98305% with 13 lines in your changes missing coverage. Please review.

Project coverage is 82.55%. Comparing base (945dbef) to head (a1bc59a).
Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
src/platform/posix/posix_resolv_gai.c 86.31% 13 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2029      +/-   ##
==========================================
- Coverage   82.64%   82.55%   -0.09%     
==========================================
  Files          95       95              
  Lines       23667    23662       -5     
  Branches     3044     3046       +2     
==========================================
- Hits        19559    19534      -25     
- Misses       4037     4058      +21     
+ Partials       71       70       -1     

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

@gdamore gdamore merged commit a1bc59a into main Dec 29, 2024
35 of 36 checks passed
@gdamore gdamore deleted the resolv-item branch December 29, 2024 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant