Github user SolidWallOfCode commented on the issue:

    https://github.com/apache/trafficserver/pull/1534
  
    Hmmmm. I think I'd leave that for another day. Those aren't really used 
internally, only to forward the API request. The return value isn't examined 
except to check for `nullptr` which is just as fast without the `StringView`. 
Further the `StringView` can't be returned via the TS API without changes, 
making that not particularly useful. A key goal of that call is to normalize 
the string to allow direct pointer comparison, in which case the length is 
superflous.


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

Reply via email to