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 f029bf1bb7 Send EOS event when QUIC connection becomes draining state 
(#11317)
     new 62355fb177 Add HTTP/2 Empty CONTINUATION & DATA frame counter (#11345)
     new 58bc651e8f Update quiche to 0.22.0. (#11493)
     new cb65f9d026 Try TCP_FASTOPEN socket option with mptcp (#11517)
     new 8ffa5f61a9 Deprecate the support for URL param segment (#11519)
     new d2582a6764 H3 Tools: Disable libunwind build tests for boringssl. 
(#11540)
     new 670bd9ead4 Fixes the assertion in TSRemapDLHandleGet (#11544)
     new c7b7183ef7 Check incoming protocol list length first (#11545)
     new f63c1a23cc setup_server_read_response_header: remove assertion (#11548)
     new 0e540a7b73 Fix for OpenSSL 3.2+. (#11501)
     new 0a407a1c9c Fix server names for post-early-return (#11563)
     new e254d16666 Removes the Matrix parameters from Cripts (#11569)
     new 30dc1ee8a7 Removes matrix parameters from HRW (#11570)
     new 7c15990e68 Removes matrix parameters from regex_remap plugin (#11571)
     new 3e84c36718 Dispatch WRITE_COMPLETE when TLS handshake completes 
(#11574)
     new c9771d7840 Comment out an unused parameter in URLImpl::set_params 
(#11578)
     new aa4ec84190 Set `TS_HAVE_TLS_EARLY_DATA` correctly (#11577)

The 16 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:
 CMakeLists.txt                                  |  19 ++--
 doc/admin-guide/files/records.yaml.en.rst       |  23 +++-
 doc/admin-guide/files/sni.yaml.en.rst           |   4 +
 doc/admin-guide/plugins/regex_remap.en.rst      |   6 --
 doc/developer-guide/cripts/cripts-urls.en.rst   |   1 -
 include/cripts/Urls.hpp                         |  31 +-----
 include/iocore/net/TLSSNISupport.h              |  10 +-
 include/iocore/net/quic/QUICStream.h            |   2 +
 include/proxy/http2/HTTP2.h                     |  16 +--
 include/proxy/http2/Http2ConnectionState.h      |  14 ++-
 include/ts/ts.h                                 |   6 ++
 include/tscore/ink_config.h.cmake.in            |   3 +
 plugins/header_rewrite/conditions.cc            |   5 -
 plugins/header_rewrite/statement.cc             |   2 -
 plugins/header_rewrite/statement.h              |   1 -
 plugins/regex_remap/regex_remap.cc              |  62 ++++-------
 src/api/InkAPI.cc                               |   2 +-
 src/cripts/Urls.cc                              |  27 -----
 src/iocore/net/ALPNSupport.cc                   |   2 +-
 src/iocore/net/BIO_fastopen.cc                  | 133 +++++++++++++++++++++---
 src/iocore/net/BIO_fastopen.h                   |   7 +-
 src/iocore/net/Connection.cc                    |  11 +-
 src/iocore/net/SSLNetVConnection.cc             |   5 +-
 src/iocore/net/UnixNetVConnection.cc            |   6 ++
 src/iocore/net/quic/QUICStream.cc               |  18 ++--
 src/proxy/hdrs/URL.cc                           |  78 +++++---------
 src/proxy/hdrs/unit_tests/test_URL.cc           |  82 +++++++++++++++
 src/proxy/http/HttpSM.cc                        |   4 +-
 src/proxy/http2/HTTP2.cc                        |  32 +++---
 src/proxy/http2/Http2ConnectionState.cc         |  66 +++++++++---
 src/records/RecordsConfig.cc                    |  14 +--
 src/traffic_cache_tool/CacheScan.cc             |   8 +-
 tests/gold_tests/post/post-early-return.test.py |  10 +-
 tools/build_boringssl_h3_tools.sh               |  13 ++-
 tools/build_openssl_h3_tools.sh                 |   4 +-
 35 files changed, 443 insertions(+), 284 deletions(-)

Reply via email to