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 490fa6fb8f55cd7b229d9ab0f5d8d8566d926f62 Merge: 541e0641c8 e764b681ff Author: Brian Neradt <[email protected]> AuthorDate: Tue Feb 10 21:42:15 2026 +0000 Merge latest master into 11-Dev cmake/Findcap.cmake | 22 ++--- doc/admin-guide/configuration/hrw4u.en.rst | 98 ++++++++++++++-------- doc/appendices/command-line/traffic_ctl.en.rst | 4 +- include/iocore/hostdb/HostDBProcessor.h | 35 +++++++- plugins/header_rewrite/header_rewrite.cc | 13 +-- src/iocore/cache/CacheDir.cc | 2 +- src/iocore/hostdb/HostDB.cc | 7 +- src/iocore/hostdb/test_HostFile.cc | 3 +- src/mgmt/rpc/handlers/hostdb/HostDB.cc | 39 ++++++++- src/proxy/http/HttpTransact.cc | 6 +- src/proxy/logging/LogAccess.cc | 14 ++-- src/traffic_ctl/CtrlCommands.cc | 14 +++- src/traffic_ctl/jsonrpc/CtrlRPCRequests.h | 6 +- src/traffic_ctl/jsonrpc/ctrl_yaml_codecs.h | 10 +++ .../header_rewrite_bundle.replay.yaml | 40 +++++++++ .../header_rewrite/rules/run_plugin.conf | 25 ++++++ tools/hrw4u/src/hrw_symbols.py | 13 +-- tools/hrw4u/src/tables.py | 10 ++- tools/hrw4u/tests/data/conds/query-param.ast.txt | 1 + tools/hrw4u/tests/data/conds/query-param.input.txt | 25 ++++++ .../hrw4u/tests/data/conds/query-param.output.txt | 20 +++++ 21 files changed, 322 insertions(+), 85 deletions(-)
