This is an automated email from the ASF dual-hosted git repository. bneradt pushed a commit to branch 11-Dev in repository https://gitbox.apache.org/repos/asf/trafficserver.git
commit 7b574edc5464d3b62a1e6f2244a65102da5f6494 Merge: 6056a06eb9 05a58d10df Author: bneradt <[email protected]> AuthorDate: Mon Jul 15 14:05:48 2024 -0500 Merge ASF master into 11-Dev doc/admin-guide/plugins/header_rewrite.en.rst | 25 ++++ plugins/header_rewrite/factory.cc | 3 +- plugins/header_rewrite/operators.cc | 142 ++++++++++++++++++ plugins/header_rewrite/operators.h | 21 +++ src/proxy/http/HttpSM.cc | 1 - .../gold/header_rewrite-set_body_from_200.gold | 1 + .../header_rewrite-set_body_from_conn_fail.gold | 17 +++ .../header_rewrite-set_body_from_remap_fail.gold | 15 ++ .../gold/header_rewrite-set_body_from_success.gold | 1 + .../header_rewrite_set_body_from.test.py | 161 +++++++++++++++++++++ .../rules/rule_set_body_from_plugin.conf | 26 ++++ .../rules/rule_set_body_from_remap.conf | 24 +++ 12 files changed, 435 insertions(+), 2 deletions(-)
