SolidWallOfCode commented on code in PR #10234:
URL: https://github.com/apache/trafficserver/pull/10234#discussion_r1300719160
##########
proxy/http/HttpTransact.h:
##########
@@ -525,8 +525,9 @@ class HttpTransact
bool proxy_connect_hdr = false;
/// @c errno from the most recent attempt to connect.
/// zero means no failure (not attempted, succeeded).
- int connect_result = 0;
- char *name = nullptr;
+ int connect_result = 0;
+ char *name = nullptr;
+ IpEndpoint name_addr;
Review Comment:
Change `IpEndpoint` to `swoc::IPAddr`.
--
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]