SolidWallOfCode opened a new pull request #7778: URL: https://github.com/apache/trafficserver/pull/7778
Rather than passing an overloaded `char *` and len, which might be an IP address, use a `union`. This makes calling cleaner as the `union` can have constructors for the various value types. In addition the `char const*` and length can be replaced with a `string_view`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
