This is an automated email from the ASF dual-hosted git repository.
lserris pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from 39dac9fd7b enforce SETTINGS frame rules (#9864)
add fae6353bc5 Allow slice plugin to purge requests (#9831)
No new revisions were added by this update.
Summary of changes:
doc/admin-guide/plugins/slice.en.rst | 15 +++
plugins/experimental/slice/Config.h | 13 +-
plugins/experimental/slice/server.cc | 37 +++---
plugins/experimental/slice/slice.cc | 6 +-
plugins/experimental/slice/transfer.h | 1 +
plugins/experimental/slice/util.cc | 2 +-
.../slice/replay/slice_purge.replay.yaml | 136 +++++++++++++++++++++
.../slice/replay/slice_purge_no_ref.replay.yaml} | 87 +++++++------
.../slice/replay/slice_purge_ref.replay.yaml} | 87 +++++++------
.../pluginTest/slice/slice_purge.test.py | 100 +++++++++++++++
10 files changed, 373 insertions(+), 111 deletions(-)
create mode 100644
tests/gold_tests/pluginTest/slice/replay/slice_purge.replay.yaml
copy tests/gold_tests/{cache/replay/cache-control-pragma.replay.yaml =>
pluginTest/slice/replay/slice_purge_no_ref.replay.yaml} (54%)
copy tests/gold_tests/{cache/replay/cache-control-pragma.replay.yaml =>
pluginTest/slice/replay/slice_purge_ref.replay.yaml} (54%)
create mode 100644 tests/gold_tests/pluginTest/slice/slice_purge.test.py