This is an automated email from the ASF dual-hosted git repository.
cmcfarlen pushed a change to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from 63c6a93ef6 Update cache metrics after initialized (#12430) (#12469)
new b893b1ba70 Print note when listen is delayed (#12452)
new cbaceb5254 [cache_promote] Add --disable-on-redirect option (#12457)
new b4a30c9839 Cripts: Fix standalone query and path URI components
(#12462)
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
doc/admin-guide/plugins/cache_promote.en.rst | 5 +
include/cripts/Urls.hpp | 10 +-
plugins/cache_promote/cache_promote.cc | 5 +
plugins/cache_promote/configs.cc | 3 +
plugins/cache_promote/configs.h | 7 +
src/cripts/Urls.cc | 12 +-
src/traffic_server/traffic_server.cc | 4 +-
.../pluginTest/cache_promote/cache_promote.test.py | 77 ++++++++++
.../replay/cache_promote.replay.yaml.tmpl | 166 +++++++++++++++++++++
9 files changed, 280 insertions(+), 9 deletions(-)
create mode 100644
tests/gold_tests/pluginTest/cache_promote/cache_promote.test.py
create mode 100644
tests/gold_tests/pluginTest/cache_promote/replay/cache_promote.replay.yaml.tmpl