srijeet0406 commented on code in PR #7622:
URL: https://github.com/apache/trafficcontrol/pull/7622#discussion_r1258514922
##########
traffic_router/core/src/main/java/org/apache/traffic_control/traffic_router/core/edge/CacheRegister.java:
##########
@@ -140,14 +143,42 @@ public void setDeliveryServiceMatchers(final
TreeSet<DeliveryServiceMatcher> mat
this.deliveryServiceMatchers = matchers;
}
+ private String getRequestName(final Request request) {
Review Comment:
You're right, I could totally use the `getHostname()` method. Also, looks
like it already strips out the trailing `.` for DNS requests.
--
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]