rob05c commented on a change in pull request #5247:
URL: https://github.com/apache/trafficcontrol/pull/5247#discussion_r525517643
##########
File path: lib/go-atscfg/remapdotconfig.go
##########
@@ -408,22 +448,22 @@ func MakeDSTopologyHeaderRewriteTxt(ds
tc.DeliveryServiceNullableV30, cg tc.Cach
if placement.IsLastCacheTier && ds.LastHeaderRewrite != nil &&
*ds.LastHeaderRewrite != "" {
txt += pluginTxt + LastHeaderRewriteConfigFileName(*ds.XMLID) +
` `
}
- return txt
+ return txt, nil
}
-type RemapLine struct {
+type remapLine struct {
From string
To string
}
// MakeEdgeDSDataRemapLines returns the remap lines for the given server and
delivery service.
Review comment:
Fixed
----------------------------------------------------------------
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]