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 06506c09cb wasm plugin: provide defaults for struct SanitizationConfig 
(#11503)
     new 427c1198b3 H3: Make sure we remove streams when needed. (#11490)
     new 9005d15788 Use "git rev-parse --absolute-git-dir" in tools scripts. 
(#11495)
     new 1f96bf1dfc No remap rules matched metric (#11506)
     new 6a9aa76107 traffic_layout: remove directories not in runroot (#11505)
     new 58f8c6ff2f Enable receiving large H3 frames (#11497)
     new 11ce71edf7 wasm plugin: Initialize SanitizationConfig   (#11507)
     new 3ca68bf0b3 Prioritize the library path for SSL library (#11511)
     new 9da5453eb3 Fix quick_server autest to verify server response (#11512)
     new 0b74ecb46e Provide a way to silence the warning about max_early_data 
(#11514)
     new 1d77cc6825 Use PrepareInstalledPlugin to prep txn_box.so (#11521)
     new eb1665c01e Fix unused parameters in cripts, experimental plugins and 
iocore (#11522)
     new 488ddbf509 Fix unused parameters in tscore/ink_cap (#11525)
     new c081af5547 Fix conditionally unused parameter in UnixNetVConnection 
(#11527)
     new fb57cb6c0d Fix unused parameters in the tscpp source code (#11402)
     new f54789ba76 add test to check H2 grace shutdown works as intended 
(#11046)

The 15 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:
 .../plugins/building-plugins.en.rst                |   3 +-
 include/cripts/Epilogue.hpp                        |  20 +-
 include/cripts/Preamble.hpp                        |   4 +-
 include/iocore/net/TLSEarlyDataSupport.h           |   3 +
 include/iocore/net/quic/QUICStreamManager.h        |   3 +-
 include/proxy/http/HttpConfig.h                    |   1 +
 include/proxy/http3/Http3Frame.h                   |  60 +++--
 include/proxy/http3/Http3FrameDispatcher.h         |   2 +
 include/tscpp/api/Plugin.h                         |   3 +-
 plugins/experimental/access_control/CMakeLists.txt |   2 +-
 plugins/experimental/fq_pacing/fq_pacing.cc        |   2 +-
 plugins/experimental/magick/CMakeLists.txt         |   2 +-
 plugins/experimental/sslheaders/CMakeLists.txt     |   2 +-
 plugins/experimental/stek_share/CMakeLists.txt     |   2 +-
 plugins/experimental/txn_box/plugin/CMakeLists.txt |   2 +-
 .../experimental/txn_box/unit_tests/CMakeLists.txt |   2 +-
 .../uri_signing/unit_tests/CMakeLists.txt          |   6 +-
 .../wasm/lib/include/proxy-wasm/wasm.h             |   4 +-
 plugins/experimental/wasm/wasm_main.cc             |   4 +-
 plugins/s3_auth/unit_tests/CMakeLists.txt          |   2 +-
 src/api/CMakeLists.txt                             |   3 +-
 src/cripts/CMakeLists.txt                          |   2 +-
 src/iocore/net/QUICNetVConnection.cc               |   8 +-
 src/iocore/net/SNIActionPerformer.cc               |   3 +-
 src/iocore/net/SSLConfig.cc                        |   4 +-
 src/iocore/net/TLSEarlyDataSupport.cc              |   7 +-
 src/iocore/net/UnixNetVConnection.cc               |   2 +-
 src/iocore/net/UnixUDPNet.cc                       |   2 +-
 src/iocore/net/quic/QUICStreamManager.cc           |  21 +-
 src/iocore/net/quic/QUICStreamVCAdapter.cc         |   4 +-
 src/proxy/http/HttpConfig.cc                       |   1 +
 src/proxy/http/HttpSM.cc                           |   1 +
 src/proxy/http3/Http3Frame.cc                      | 292 +++++++++++++--------
 src/proxy/http3/Http3FrameDispatcher.cc            |  68 +++--
 src/proxy/http3/Http3StreamDataVIOAdaptor.cc       |   4 +-
 src/proxy/http3/test/test_Http3Frame.cc            |  85 +++---
 src/traffic_layout/engine.cc                       |   8 +-
 src/tscore/ink_cap.cc                              |  10 +-
 src/tscpp/api/AsyncTimer.cc                        |   2 +-
 src/tscpp/api/RemapPlugin.cc                       |   2 +-
 src/tscpp/api/TransformationPlugin.cc              |   2 +-
 src/tscpp/api/utils_internal.cc                    |   4 +-
 tests/gold_tests/autest-site/txn_box.test.ext      |   3 +-
 ...body.test.py => http2_close_connection.test.py} |  41 ++-
 .../http2_close_connection.yaml}                   |  38 ++-
 tests/gold_tests/slow_post/quick_server.py         |   8 +-
 tests/gold_tests/slow_post/quick_server.test.py    |  18 +-
 tests/tools/plugins/CMakeLists.txt                 |   1 +
 tests/tools/plugins/http2_close_connection.cc      |  92 +++++++
 tools/autopep8.sh                                  |   8 +-
 tools/clang-format.sh                              |  10 +-
 tools/cmake-format.sh                              |   8 +-
 tools/yapf.sh                                      |   8 +-
 53 files changed, 577 insertions(+), 322 deletions(-)
 copy tests/gold_tests/h2/{h2get_with_body.test.py => 
http2_close_connection.test.py} (65%)
 copy tests/gold_tests/{cache/replay/bg_fill.yaml => 
h2/http2_close_connection.yaml} (82%)
 create mode 100644 tests/tools/plugins/http2_close_connection.cc

Reply via email to