rawlinp commented on a change in pull request #3913: Issue 3910 - Fixes issue
where targets with RGB enabled cannot be steered
URL: https://github.com/apache/trafficcontrol/pull/3913#discussion_r324338304
##########
File path:
traffic_router/core/src/main/java/com/comcast/cdn/traffic_control/traffic_router/core/loc/RegionalGeo.java
##########
@@ -357,7 +355,12 @@ public static void enforce(final TrafficRouter
trafficRouter, final Request requ
if (result.getType() == DENIED) {
routeResult.setResponseCode(result.getHttpResponseCode());
} else {
- routeResult.addUrl(new URL(createRedirectURIString(httpRequest,
deliveryService, cache, result)));
+ final String redirectURIString =
createRedirectURIString(httpRequest, deliveryService, cache, result);
Review comment:
nit: this block appears to be over-indented
----------------------------------------------------------------
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]
With regards,
Apache Git Services