This is an automated email from the ASF dual-hosted git repository.
cmcfarlen pushed a change to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from a1665e58a6 http3: Add missing declaration (#11145)
new ddc3e794f1 Adds a conn.mark= operation for a connection (#11159)
new 256089b527 CID1508922 - Fix Uncaught exception. (#11166)
new 4816c19b1e Test failure checks for Stripe::add_writer (#11160)
The 3 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:
example/cripts/example1.cc | 1 +
include/cripts/Connections.hpp | 44 +++++++-
include/mgmt/rpc/jsonrpc/json/YAMLCodec.h | 9 +-
src/iocore/cache/CMakeLists.txt | 1 +
src/iocore/cache/P_CacheVol.h | 5 +-
src/iocore/cache/unit_tests/test_Stripe.cc | 159 +++++++++++++++++++++++++++++
6 files changed, 210 insertions(+), 9 deletions(-)
create mode 100644 src/iocore/cache/unit_tests/test_Stripe.cc