Github user SolidWallOfCode commented on a diff in the pull request:

    https://github.com/apache/trafficserver/pull/992#discussion_r78582673
  
    --- Diff: iocore/net/SSLCertLookup.cc ---
    @@ -346,48 +349,30 @@ int
     SSLContextStorage::insert(const char *name, int idx)
     {
       ats_wildcard_matcher wildcard;
    -  bool inserted = false;
    +  InkHashTableValue value;
    +  char lower_case_name[TS_MAX_HOST_NAME_LEN + 1];
    --- End diff --
    
    Any reason to not just lower case `name` immediately?


---
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.
---

Reply via email to