Brad House
Brad House
Better yet would be to add a new function that takes an opaque pointer/object, and accessors to the pointer/object to future-proof it in case we want to add anything else...
The main thing remaining is the ability to register callbacks for ares_destroy() since its not a real query. However, i'm unable to actually test to see if this works. Not...
The problem with this request is you could quickly eat up all file descriptors available to the process and would be a denial of service attack. Its not uncommon for...
If you can submit a PR that 1) Adds your desired functionality 2) Does not break ABI or API compatibility for existing integrations 3) Is generic enough so that it...
1) Is this a regression from a prior c-ares version? If so, what version did it work correctly on and what version are you testing on (e.g. official 1.14.0 release,...
Is this still present? I'm pretty sure based on the description of this issue, it was recently resolved. c-ares would previously stop on ARES_ENODATA on search, but now will continue....
Using the gtest filter is the only way to exclude or run a set of tests. I doubt that will change. If they're not grouped properly, the test names should...
filtering out any *Live* tests will do exactly that with gtest filter, so the capability for what you want is already there, its just not terribly convenient to use. Now...
@chengyechun Correct. Either set the environment variable: `GTEST_FILTER=-*Live*` before running tests, or if executing gtest directly, you can pass `--gtest-filter=-*Live*`. Live tests all have the Live keyword in them and...
The part of the RFC you are referencing is talking about just "localhost". I've seen no standard stating there is such a thing as a subdomain of localhost or how...