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 6e5d6f2a47da1bac702f8fd749dec62b13adcfc0 Merge: d1bb631652 d3ff8b2009 Author: bneradt <[email protected]> AuthorDate: Tue Apr 2 10:47:29 2024 -0500 Merge latest master into 11-Dev CMakeLists.txt | 3 +- CMakePresets.json | 1 + cmake/add_atsplugin.cmake | 1 + cmake/magick_target.cmake | 16 +++ doc/admin-guide/plugins/header_rewrite.en.rst | 2 + doc/release-notes/whats-new.en.rst | 5 + include/iocore/eventsystem/Event.h | 18 +-- include/ts/InkAPIPrivateIOCore.h | 61 ---------- lib/swoc/CMakeLists.txt | 1 + lib/swoc/include/swoc/TextView.h | 2 +- plugins/experimental/inliner/ts.cc | 4 +- plugins/experimental/magick/CMakeLists.txt | 3 +- .../txn_box/plugin/include/txn_box/common.h | 4 +- plugins/header_rewrite/CMakeLists.txt | 1 + plugins/header_rewrite/condition.cc | 8 ++ plugins/header_rewrite/condition.h | 17 +-- plugins/header_rewrite/conditions.cc | 43 +++---- plugins/header_rewrite/matcher.cc | 77 ++++++++++++ plugins/header_rewrite/matcher.h | 74 +++++------- plugins/header_rewrite/regex_helper.cc | 4 +- plugins/header_rewrite/regex_helper.h | 2 +- src/api/InkIOCoreAPI.cc | 132 --------------------- src/iocore/hostdb/HostDB.cc | 6 +- src/iocore/hostdb/HostDBInfo.cc | 15 ++- src/iocore/net/SNIActionPerformer.cc | 6 +- src/iocore/net/SNIActionPerformer.h | 2 +- src/proxy/http/HttpSM.cc | 2 +- src/proxy/http2/Http2Stream.cc | 6 +- src/tscore/HostLookup.cc | 1 + tools/build_h3_tools.sh | 15 ++- 30 files changed, 236 insertions(+), 296 deletions(-)
