bneradt commented on code in PR #9541: URL: https://github.com/apache/trafficserver/pull/9541#discussion_r1142283140
########## include/records/I_RecHttp.h: ########## @@ -40,9 +41,13 @@ void RecHttpLoadIp(const char *name, ///< Name of value in configuration file. ); /// Load up an IpMap with IP addresses from the configuration file. -void RecHttpLoadIpMap(const char *name, ///< Name of value in configuration file. - IpMap &ipmap ///< [out] IpMap. -); + +/** Load a se of IP address from a configuration variable. Review Comment: `se` -> `set` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
