mitchell852 commented on a change in pull request #1807: Replacing ccr during 
config file generation
URL: 
https://github.com/apache/incubator-trafficcontrol/pull/1807#discussion_r165460004
 
 

 ##########
 File path: traffic_ops/app/lib/API/Configs/ApacheTrafficServer.pm
 ##########
 @@ -915,9 +915,9 @@ sub ds_data {
                                my $re = $host_re;
                                $re =~ s/\\//g;
                                $re =~ s/\.\*//g;
-                               my $hname = $ds_type =~ /^DNS/ ? 
$dsinfo->routing_name : "ccr";
+                               my $hname = $ds_type =~ /^DNS/ ? 
$dsinfo->routing_name : "__http__";
                                my $portstr = "";
-                               if ( $hname eq "ccr" && $server_obj->tcp_port > 
0 && $server_obj->tcp_port != 80 ) {
+                               if ( $hname eq "__http__r" && 
$server_obj->tcp_port > 0 && $server_obj->tcp_port != 80 ) {
 
 Review comment:
   @smalenfant - this looks like a typo? __http__r?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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

Reply via email to