You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by "bneradt (via GitHub)" <gi...@apache.org> on 2023/03/20 22:16:07 UTC

[GitHub] [trafficserver] bneradt commented on a diff in pull request #9514: Change RecHttpLoadIp to use ts::AddrPair

bneradt commented on code in PR #9514:
URL: https://github.com/apache/trafficserver/pull/9514#discussion_r1142722129


##########
include/records/I_RecHttp.h:
##########
@@ -33,11 +34,12 @@
 #include <algorithm>
 #include <array>
 
-/// Load default inbound IP addresses from the configuration file.
-void RecHttpLoadIp(const char *name, ///< Name of value in configuration file.
-                   IpAddr &ip4,      ///< [out] IPv4 address.
-                   IpAddr &ip6       ///< [out] Ipv6 address.
-);
+/** Load IP addresses from a configuratiojn value.

Review Comment:
   `configuratiojn` ... looks Swedish



-- 
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: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org