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 ee97be4e8464d5b34d3cef2d012fe0ee94c9e930
Merge: 1936cbe0ce d543c8a30e
Author: bneradt <[email protected]>
AuthorDate: Mon Jan 27 17:13:34 2025 -0600

    Merge latest ASF master into 11-Dev

 .github/workflows/codeql.yml                       |   8 +-
 CMakePresets.json                                  |   6 +-
 include/proxy/http/remap/RemapConfig.h             |   1 +
 include/proxy/http/remap/UrlRewrite.h              |   4 +-
 lib/swoc/include/swoc/bwf_base.h                   |  10 +-
 lib/swoc/include/swoc/swoc_version.h               |   4 +-
 lib/swoc/src/bw_format.cc                          |   6 +-
 lib/swoc/unit_tests/ex_bw_format.cc                |   8 +-
 plugins/compress/configuration.cc                  |   5 +
 plugins/experimental/ja4_fingerprint/ja4.h         |   2 +-
 plugins/experimental/ja4_fingerprint/plugin.cc     |   4 +-
 .../txn_box/plugin/include/txn_box/Context.h       |   2 +-
 .../txn_box/plugin/include/txn_box/common.h        |   6 +-
 .../experimental/txn_box/plugin/src/Machinery.cc   |   2 +-
 src/api/InkAPI.cc                                  | 787 +++++++++++----------
 src/iocore/cache/CMakeLists.txt                    |   3 +-
 src/iocore/cache/CacheTest.cc                      |   2 +-
 src/iocore/cache/P_CacheTest.h                     |   2 +-
 src/{proxy => iocore/cache}/RegressionSM.cc        |   4 +-
 {include/proxy => src/iocore/cache}/RegressionSM.h |   0
 src/iocore/hostdb/test_RefCountCache.cc            |   2 +
 src/iocore/net/P_SSLNetVConnection.h               |  31 +-
 src/iocore/net/SSLNetVConnection.cc                |  12 +-
 src/proxy/CMakeLists.txt                           |   4 -
 src/proxy/PluginVC.cc                              |  15 +-
 src/proxy/ProtocolProbeSessionAccept.cc            |   8 +-
 src/proxy/http/HttpProxyServerMain.cc              |   4 +-
 src/proxy/http/remap/RemapConfig.cc                |  42 +-
 src/proxy/http/remap/unit-tests/CMakeLists.txt     |  18 +
 .../remap/unit-tests/test_NextHopRoundRobin.cc     |   4 +-
 .../http/remap/unit-tests/test_PluginFactory.cc    |   4 +-
 src/proxy/http/remap/unit-tests/test_RemapRules.cc | 166 +++++
 src/traffic_crashlog/traffic_crashlog.cc           |   2 +-
 src/tscore/unit_tests/test_Ptr.cc                  |   4 +-
 .../replays/malformed_chunked_header.replay.yaml   |   2 +-
 tools/benchmark/CMakeLists.txt                     |   8 +-
 tools/benchmark/benchmark_EventSystem.cc           | 120 ++++
 37 files changed, 820 insertions(+), 492 deletions(-)


Reply via email to