Brad House

Results 249 comments of Brad House

Can't reproduce. Added a Fedora CI build that has GCC 15 as I realized none of the other builds were yet on GCC 15. It built using both Autotools and...

@kiranchavala I'm not sure how to add a test for this since there's no default dual stack network or vpc service offering.

tries is per server not total, how many dns servers do you have configured?

sorry, just getting around to looking at this. I honestly don't see how multiple failed attempts to the same server would continue at 1s apart. The calculation for the timeout...

I haven't forgotten about this, just wanted to make the implementation more generic so I'm working on it in PR #1031

NXDOMAIN is meant to be definitive. What is your use-case here? As for FORMERR, we do detect if it might be EDNS and try again without EDNS. There should be...

So the upstream server returns no error at all? Just doesn't happen to contain any A or AAAA records? Or is an error code returned? Do you have the output...

When I query that, I get the replies in the answer section as expected: ``` ; c-ares DiG 1.34.5 api.scpslgame.com ;; Got answer: ;; ->>HEADER

I just approved the workflows, if they pass I'll do a deeper review. Can you better summarize the bug in c-ares. It seemed on one of the tickets you seemed...

Yeah, the windows DNS config code just got copied over during a code reorg. Its horrible. Not too long ago I rewrote MacOS and Unix config reading because it was...