This is an automated email from the ASF dual-hosted git repository.
cmcfarlen pushed a change to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from fdf194ef80 Cripts: Adds some certificate introspection (#12320)
new e449699488 ASAN: Fix leak with the Stripe raw-dirs allocation (#12750)
new 3022decbed Rename `Stripte` identifier prefix to `Stripe` (#12751)
new 7fd337b163 Reduce ram_cache regression test scope for CI stability
(#12737)
new f5c6975750 Fix autest.sh.in to preserve autest exit code (#12732)
new fad8da0c57 Fix hanging SDK_API_HttpParentProxySet regression tests
(#12721)
new 7cd85df5fe stats_over_http: fix incorrect use of C string functions
(#12722)
new 3e31cfe57f Fix for fetchsm chunked response handling with dechunking
turned off (#12707)
new 06a99bb1e6 Break recursive call of CacheVC::openReadStartEarliest
(#12710)
The 8 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:
doc/admin-guide/plugins/lua.en.rst | 6 +++--
plugins/lua/ts_lua_fetch.cc | 3 +++
plugins/stats_over_http/stats_over_http.cc | 12 +++++-----
src/api/InkAPITest.cc | 9 +++-----
src/iocore/cache/CacheDir.cc | 2 +-
src/iocore/cache/CacheRead.cc | 32 +++++++++++++++++++++------
src/iocore/cache/CacheTest.cc | 10 ++++++---
src/iocore/cache/P_CacheDir.h | 16 ++++++++------
src/iocore/cache/Stripe.cc | 27 ++++++++++++++++++-----
src/iocore/cache/Stripe.h | 5 +++--
src/iocore/cache/StripeSM.cc | 12 +++++-----
src/iocore/cache/unit_tests/test_Stripe.cc | 35 +++++++++++++-----------------
src/proxy/FetchSM.cc | 13 +++++++----
tests/autest.sh.in | 3 +++
14 files changed, 117 insertions(+), 68 deletions(-)