You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by ne...@apache.org on 2021/03/19 15:38:22 UTC

[trafficcontrol] branch master updated (6959ec6 -> 3450143)

This is an automated email from the ASF dual-hosted git repository.

neuman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git.


    from 6959ec6  Improves cdn notifications functionality (#5643)
     add 3450143  Fix atscfg header rewrite injection (#5641)

No new revisions were added by this update.

Summary of changes:
 lib/go-atscfg/headerrewritedotconfig.go         | 539 +++++++++++++++++-------
 lib/go-atscfg/headerrewritedotconfig_test.go    | 201 ++++++++-
 lib/go-atscfg/headerrewritemiddotconfig.go      | 183 --------
 lib/go-atscfg/headerrewritemiddotconfig_test.go | 208 ---------
 lib/go-atscfg/topologyheaderrewritedotconfig.go | 200 ---------
 traffic_ops_ort/atstccfg/cfgfile/routing.go     |   8 +-
 traffic_ops_ort/atstccfg/cfgfile/wrappers.go    |  19 +-
 7 files changed, 603 insertions(+), 755 deletions(-)
 delete mode 100644 lib/go-atscfg/headerrewritemiddotconfig.go
 delete mode 100644 lib/go-atscfg/headerrewritemiddotconfig_test.go
 delete mode 100644 lib/go-atscfg/topologyheaderrewritedotconfig.go