This is an automated email from the ASF dual-hosted git repository.
bneradt pushed a change to branch 11-Dev
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from 6d0266f226 Merge latest master into 11-Dev
add 319190fec4 Remove matrix parameters from the cookie remap plugin
(#11579)
add f0b32656f4 Fix fuzz build (#11620)
add 2fe8123cf4 Cleanup: remove invalid option from traffic_ctl (#11627)
add b2c7df16e1 ACL filters: set_allow/set_deny (#11619)
add fd08fdd268 Use `this_ethread()` for evacuation block alloc (#11623)
add dce125c36f Remove a false comment (#11630)
add 52319a9fbb Make TSVConnSslConnectionGet available on QUIC connections
(#11631)
add aaff5a9c92 Remove H3 frame sequence number tracking (#11632)
add 39cf62e632 remap_action_to_add: helper script for new ACL actions
(#11583)
new b03a27a75d Merge latest master into 11-Dev
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/iocore/net/TLSBasicSupport.h | 3 +
include/proxy/IPAllow.h | 9 +-
include/proxy/http/remap/RemapConfig.h | 13 +-
include/proxy/http/remap/UrlRewrite.h | 16 +-
include/proxy/http3/Http3FrameCounter.h | 3 +-
include/proxy/http3/Http3FrameHandler.h | 4 +-
include/proxy/http3/Http3HeaderVIOAdaptor.h | 3 +-
include/proxy/http3/Http3ProtocolEnforcer.h | 6 +-
include/proxy/http3/Http3SettingsHandler.h | 3 +-
include/proxy/http3/Http3StreamDataVIOAdaptor.h | 3 +-
plugins/experimental/cookie_remap/cookie_remap.cc | 4 -
src/api/InkAPI.cc | 9 +-
src/iocore/cache/CacheDir.cc | 8 +-
src/iocore/cache/CacheRead.cc | 5 +
src/iocore/cache/P_CacheVol.h | 38 +++-
src/iocore/cache/StripeSM.cc | 15 +-
src/iocore/net/SSLUtils.cc | 2 +-
src/iocore/net/TLSBasicSupport.cc | 6 +
src/proxy/IPAllow.cc | 25 ++-
src/proxy/http/remap/RemapConfig.cc | 44 ++++-
src/proxy/http/remap/UrlRewrite.cc | 31 ++--
src/proxy/http3/Http3FrameCounter.cc | 3 +-
src/proxy/http3/Http3FrameDispatcher.cc | 4 +-
src/proxy/http3/Http3HeaderVIOAdaptor.cc | 2 +-
src/proxy/http3/Http3ProtocolEnforcer.cc | 9 +-
src/proxy/http3/Http3SettingsHandler.cc | 2 +-
src/proxy/http3/Http3StreamDataVIOAdaptor.cc | 3 +-
src/proxy/http3/test/Mock.h | 3 +-
src/proxy/http3/test/test_Http3FrameDispatcher.cc | 54 +++---
src/traffic_ctl/CtrlPrinters.cc | 3 +-
tests/fuzzing/CMakeLists.txt | 5 +-
tests/fuzzing/fuzz_esi.cc | 13 +-
tests/fuzzing/fuzz_http3frame.cc | 2 -
tests/gold_tests/ip_allow/ip_category.test.py | 10 +-
.../cookie_remap/configs/matrixconfig.txt | 24 ---
.../pluginTest/cookie_remap/gold/matrix.gold | 11 --
.../pluginTest/cookie_remap/matrixparams.test.py | 186 -------------------
tests/gold_tests/remap/all_acl_combinations.py | 184 +++++++++----------
tests/gold_tests/remap/remap_acl.test.py | 142 +++++++++++----
.../tools_tests/test_convert_remap_actions_to_10x | 99 +++++++++++
tools/remap/convert_remap_actions_to_10x | 196 +++++++++++++++++++++
41 files changed, 716 insertions(+), 489 deletions(-)
delete mode 100644
tests/gold_tests/pluginTest/cookie_remap/configs/matrixconfig.txt
delete mode 100644 tests/gold_tests/pluginTest/cookie_remap/gold/matrix.gold
delete mode 100644
tests/gold_tests/pluginTest/cookie_remap/matrixparams.test.py
create mode 100755 tests/tools_tests/test_convert_remap_actions_to_10x
create mode 100755 tools/remap/convert_remap_actions_to_10x