Github user jpeach commented on the issue: https://github.com/apache/trafficserver/pull/647 Yep. We use ``TS_MAX_HOST_NAME_LEN`` in various places, so we already have a fixed upper limit on host names. So how about we always lowercase when inserting, and lower case on lookup if the presented case fails? We don't need to malloc, just use a stack temporary to do the lowercasing.
--- 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. ---