Github user SolidWallOfCode commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/245#discussion_r34371142 --- Diff: iocore/hostdb/HostDB.cc --- @@ -1037,6 +1037,33 @@ HostDBProcessor::getbyname_imm(Continuation *cont, process_hostdb_info_pfn proce return &c->action; } +Action * +HostDBProcessor::getall(Continuation *cont) --- End diff -- Bad name. This should be "iterate" because that's what it is doing or "probeAll" to be consistent with the event / method name.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---