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 6c5e0d84bc test_ip: add iterator temporary for gcc release builds
(#11124)
new 71787ff1b0 NOT_WRITE_AVAIL: schedule event to resend data frames
(#11094)
new 22671842ce Coverity fixes. CID 1534726 , CID 1534745, CID1534723
(#11111)
new b9357191d9 CI osx and fedora: -DENABLE_CRIPTS (#11126)
new 1839ba4807 Fix for issue 11123. (#11127)
new 87fbb89fd9 cleanup cript example. add missing function (#11129)
new 9690e2f681 Fixes broken refactoring to new Metrics (#11130)
new 7ae3ac6c76 http3: Fix a crash on READ_READY event for QPACK (#11136)
new f4d531a1c2 Fix validation regex for http.connect_ports (#11149)
new 8a33ce561d Add copying of _templates dir so sphinx can generate the
version menu (#11151)
The 9 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:
CMakePresets.json | 8 ++-
doc/CMakeLists.txt | 2 +
example/CMakeLists.txt | 2 +
example/cripts/CMakeLists.txt | 1 +
include/cripts/Metrics.hpp | 4 +-
include/proxy/http2/Http2CommonSession.h | 10 ++--
include/proxy/http2/Http2ConnectionState.h | 6 ++-
include/proxy/http2/Http2Stream.h | 4 +-
.../txn_box/plugin/include/txn_box/accl_util.h | 2 +-
.../experimental/txn_box/unit_tests/CMakeLists.txt | 2 -
src/cripts/CMakeLists.txt | 2 +-
src/cripts/Lulu.cc | 6 +++
src/mgmt/rpc/handlers/common/RecordsUtils.cc | 13 +++++
src/proxy/http2/Http2ConnectionState.cc | 42 ++++++++++++---
src/proxy/http2/Http2Stream.cc | 2 +-
src/proxy/http3/QPACK.cc | 11 +++-
src/records/RecCore.cc | 28 +++++-----
src/records/RecordsConfig.cc | 2 +-
tests/gold_tests/h2/grpc/grpc.test.py | 25 +++++++--
tests/gold_tests/h2/grpc/grpc_client.py | 61 ++++++++++++++++++----
tests/gold_tests/h2/grpc/grpc_server.py | 54 ++++++++++++++-----
tests/gold_tests/h2/grpc/simple.proto | 6 ++-
22 files changed, 223 insertions(+), 70 deletions(-)