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

asyn-thread: fix the returned bitmask from Curl_resolver_getsock #16227

Closed
wants to merge 1 commit into from

Conversation

bagder
Copy link
Member

@bagder bagder commented Feb 6, 2025

It should use a bitwise OR, not an assignment so that it does not override the c-ares bits.

It should use a bitwise OR, not an assignment so that it does not
override the c-ares bits.
@bagder bagder added name lookup DNS and related tech HTTPS-RR labels Feb 6, 2025
@testclutch
Copy link

Analysis of PR #16227 at 0b64b739:

Test 1450 failed, which has NOT been flaky recently, so there could be a real issue in this PR.

Test 987 failed, which has NOT been flaky recently, so there could be a real issue in this PR. Note that this test has failed in 2 different CI jobs (the link just goes to one of them).

Test 362 failed, which has NOT been flaky recently, so there could be a real issue in this PR.

Generated by Testclutch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
HTTPS-RR name lookup DNS and related tech
Development

Successfully merging this pull request may close these issues.

2 participants