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

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


    from 730d737d12 Merge latest master into 11-Dev
     add 94dfd0e0f5 Cleanup of header_rewrite redirect operator when invoked 
globally. (#11551)
     add c654244987 Remove TSUrlHttpParamsGet/Set and their internal 
implementation (#11624)
     add 21dda7a1c3 Add upgrade notes for connection_attempts_timeout changes 
(#11644)
     add 2b3a1487cd Fix check_build problem with Fuzz tests (#11638)
     add da07dd7b4a Reduce dup code (#11645)
     add ee305e457b Reduce the number of checks for BoringSSL (#11643)
     add e579cabec8 Docs: Make sure we use the right YAML root name when 
building records.yaml docs. (#11648)
     add d4f058b92d Document 0 for max_conections_in disables it (#11646)
     new ea81f8971a Merge latest master into 11-Dev

The 1 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                                     | 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 ++++++++++++++++++++++
 ...r_ssn_txn_count.conf => glob_set_redirect.conf} |  9 ++-
 28 files changed, 200 insertions(+), 311 deletions(-)
 create mode 100644 
tests/gold_tests/pluginTest/header_rewrite/gold/set-redirect-glob.gold
 create mode 100644 
tests/gold_tests/pluginTest/header_rewrite/header_rewrite_url_glob.test.py
 copy 
tests/gold_tests/pluginTest/header_rewrite/rules/{rule_set_header_after_ssn_txn_count.conf
 => glob_set_redirect.conf} (82%)

Reply via email to