This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a change to branch 9.2.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from 32125d33d Fix compile error on macOS (#9047)
new 034aab400 Require use of 'override' keyword when valid. (#8737)
new c2bbd9e91 Remove plugin parent_select unused symbols (#9023)
The 2 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:
configure.ac | 4 +-
include/tscore/PluginUserArgs.h | 4 +-
iocore/cache/CacheTest.cc | 31 ++++++-----
iocore/cache/P_CacheTest.h | 4 +-
iocore/net/P_QUICNextProtocolAccept.h | 4 +-
iocore/net/quic/Mock.h | 64 +++++++++++-----------
plugins/esi/esi.cc | 4 +-
plugins/esi/test/StubIncludeHandler.h | 8 +--
plugins/esi/test/TestHttpDataFetcher.h | 8 +--
.../experimental/parent_select/consistenthash.cc | 5 +-
.../experimental/parent_select/consistenthash.h | 5 +-
.../experimental/parent_select/parent_select.cc | 13 +----
plugins/experimental/parent_select/strategy.h | 32 +++++------
.../experimental/webp_transform/ImageTransform.cc | 7 +++
plugins/s3_auth/unit_tests/test_aws_auth_v4.h | 12 ++--
proxy/http/remap/PluginDso.h | 4 +-
proxy/http/remap/unit-tests/test_PluginDso.cc | 8 +--
proxy/http/remap/unit-tests/test_PluginFactory.cc | 2 +-
proxy/http3/Http3SessionAccept.h | 4 +-
src/wccp/WccpLocal.h | 45 ++++++++-------
20 files changed, 132 insertions(+), 136 deletions(-)