Github user PSUdaemon commented on a diff in the pull request:
https://github.com/apache/trafficserver/pull/834#discussion_r78286643
--- Diff: proxy/ParentSelection.cc ---
@@ -570,6 +572,18 @@ ParentRecord::Init(matcher_line *line_info)
this->ignore_query = false;
}
used = true;
+ } else if (strcasecmp(label, "fname") == 0) {
+ // fname=ignore | consider
+ if (strcasecmp(val, "ignore") == 0) {
--- End diff --
I thought the same thing when I read that, but if you look at the
surrounding code it's all in the style @pbchou did. I think we should leave
this as is. Perhaps a different clean up effort.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---