This is an automated email from the ASF dual-hosted git repository.

bneradt pushed a commit to branch 11-Dev
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit ea81f8971ace3753281aef1e24361d4df345c4d7
Merge: 730d737d12 d4f058b92d
Author: bneradt <[email protected]>
AuthorDate: Tue Aug 6 10:20:38 2024 -0500

    Merge latest master into 11-Dev

 CMakeLists.txt                                     | 18 +++++-
 doc/admin-guide/files/records.yaml.en.rst          |  2 +-
 doc/admin-guide/plugins/header_rewrite.en.rst      |  6 +-
 doc/ext/traffic-server.cmake.in.py                 |  2 +-
 doc/release-notes/upgrading.en.rst                 |  3 +
 include/iocore/net/SSLTypes.h                      | 15 ++++-
 include/iocore/net/TLSSNISupport.h                 | 21 +++++--
 include/proxy/hdrs/HTTP.h                          | 14 -----
 include/proxy/hdrs/URL.h                           | 22 --------
 include/ts/ts.h                                    | 35 ------------
 include/tscore/ink_config.h.cmake.in               |  3 +
 plugins/header_rewrite/operators.cc                | 51 +++--------------
 plugins/header_rewrite/operators.h                 |  2 +
 src/api/InkAPI.cc                                  | 12 ----
 src/api/InkAPITest.cc                              | 15 -----
 src/iocore/net/BIO_fastopen.cc                     | 14 +----
 src/iocore/net/SSLUtils.cc                         | 57 +++++--------------
 src/iocore/net/TLSSNISupport.cc                    | 26 ++++-----
 src/proxy/hdrs/URL.cc                              | 38 +------------
 src/proxy/hdrs/VersionConverter.cc                 |  9 +--
 src/proxy/hdrs/unit_tests/test_URL.cc              | 29 ----------
 src/proxy/http/HttpTransact.cc                     |  4 --
 tests/fuzzing/CMakeLists.txt                       | 24 +++++---
 tests/fuzzing/fuzz_hpack.cc                        |  4 --
 tests/fuzzing/oss-fuzz.sh                          |  4 ++
 .../header_rewrite/gold/set-redirect-glob.gold     |  8 +++
 .../header_rewrite/header_rewrite_url_glob.test.py | 64 ++++++++++++++++++++++
 .../header_rewrite/rules/glob_set_redirect.conf    | 24 ++++++++
 28 files changed, 217 insertions(+), 309 deletions(-)


Reply via email to