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

cmcfarlen pushed a change to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


    from 2ca178fe96 10.1.x: AuTest backports (#13253)
     new 4b4d9de067 header_rewrite: Improve URL Error messages (#13261)
     new 8acd3df4aa Test TLS async without ENGINE (#13264)
     new e55c2143da Fix bounds check in CacheVC::scanObject (#13263)
     new 5766456021 Fix mismatched sINT/dINT log field types (#13223)
     new aed3bc710c Fix mismatched log field types more (#13256)
     new 14eed821fa cache: apply per-volume settings on first start after clear 
(#13252)
     new a5e5977f2a Enable probes in Fedora C++20 CI (#13280)
     new 90d356b72f Fix pending HostDB DNS queue removal race (#13294)
     new b8dc80aecc Fix server entry cleanup after request tunnel setup (#13295)
     new 248c8f09a2 HttpSM.cc: fix cache read end milestone order (#13325)
     new 92dff8ea7f Return a 400 on chunk parse errors (#12192)

The 11 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                                  |   9 +-
 include/proxy/http/HttpTunnel.h                    |   1 +
 include/proxy/logging/LogField.h                   |   8 +-
 plugins/header_rewrite/conditions.cc               |  54 +++-
 plugins/header_rewrite/conditions.h                |   2 +
 plugins/header_rewrite/resources.cc                |   1 +
 plugins/header_rewrite/resources.h                 |   1 +
 plugins/header_rewrite/ruleset.cc                  |   4 +-
 plugins/header_rewrite/statement.h                 |  29 +-
 plugins/header_rewrite/value.cc                    |   6 +
 src/iocore/cache/CacheProcessor.cc                 |  23 +-
 src/iocore/cache/CacheVC.cc                        |  14 +-
 src/iocore/hostdb/HostDB.cc                        |   5 +-
 src/proxy/http/HttpSM.cc                           |  31 +-
 src/proxy/http/HttpTunnel.cc                       |   6 +-
 src/proxy/logging/Log.cc                           |  24 +-
 .../chunked_encoding/bad_chunked_encoding.test.py  |  21 ++
 .../replays/malformed_chunked_header.replay.yaml   |  40 +++
 ..._engine.test.py => tls_async_handshake.test.py} |  43 +--
 .../traffic_ctl/remap_inc/wait_reload.sh           |   8 +-
 tests/tools/plugins/CMakeLists.txt                 |   6 +-
 tests/tools/plugins/async_engine.c                 | 325 ---------------------
 tests/tools/plugins/async_handshake.cc             | 182 ++++++++++++
 23 files changed, 430 insertions(+), 413 deletions(-)
 rename tests/gold_tests/tls/{tls_engine.test.py => 
tls_async_handshake.test.py} (66%)
 delete mode 100644 tests/tools/plugins/async_engine.c
 create mode 100644 tests/tools/plugins/async_handshake.cc

Reply via email to