This is an automated email from the ASF dual-hosted git repository.
shinrich pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from 5fbffc7df3 Fix unchecked dynamic_cast (#10483)
add ef6f092731 Add support for transform plugins on tunnels. (#10314)
No new revisions were added by this update.
Summary of changes:
.../hooks-and-transactions/adding-hooks.en.rst | 4 +-
.../plugins/hooks-and-transactions/index.en.rst | 7 ++
proxy/http/HttpSM.cc | 42 +++++--
proxy/http/HttpSM.h | 9 ++
proxy/http/HttpTunnel.h | 4 +-
src/api/InkAPI.cc | 13 ++-
.../{txn_type.test.py => tunnel_transform.test.py} | 97 ++++++++--------
tests/gold_tests/tunnel/txn_type.test.py | 4 +-
tests/tools/plugins/Makefile.inc | 3 +
.../tools/plugins/tunnel_transform.cc | 124 +++++++++++----------
10 files changed, 183 insertions(+), 124 deletions(-)
copy tests/gold_tests/tunnel/{txn_type.test.py => tunnel_transform.test.py}
(65%)
copy example/plugins/c-api/null_transform/null_transform.cc =>
tests/tools/plugins/tunnel_transform.cc (70%)