This is an automated email from the ASF dual-hosted git repository.
rrm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.
from d547f9e Cleanup: Remove unused members of Http2Stream (#7813)
add 7433038 Adds new X-Cache-Info header to the xdebug plugin (#7784)
No new revisions were added by this update.
Summary of changes:
plugins/xdebug/xdebug.cc | 43 ++++++++++++++++
proxy/http/HttpCacheSM.h | 8 ++-
.../pluginTest/xdebug/x_cache_info/none.in | 4 ++
.../pluginTest/xdebug/x_cache_info/one.in | 4 ++
.../pluginTest/xdebug/x_cache_info/out.gold | 60 ++++++++++++++++++++++
.../pluginTest/xdebug/x_cache_info/three.in | 4 ++
.../pluginTest/xdebug/x_cache_info/two.in | 4 ++
.../x_cache_info.test.py} | 57 ++++++++------------
8 files changed, 147 insertions(+), 37 deletions(-)
create mode 100644 tests/gold_tests/pluginTest/xdebug/x_cache_info/none.in
create mode 100644 tests/gold_tests/pluginTest/xdebug/x_cache_info/one.in
create mode 100644 tests/gold_tests/pluginTest/xdebug/x_cache_info/out.gold
create mode 100644 tests/gold_tests/pluginTest/xdebug/x_cache_info/three.in
create mode 100644 tests/gold_tests/pluginTest/xdebug/x_cache_info/two.in
copy tests/gold_tests/pluginTest/xdebug/{x_remap/x_remap.test.py =>
x_cache_info/x_cache_info.test.py} (57%)