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 59f9b901b0 HRW: Better txn slot management (#12566) (#12589)
     new 547d5c89a2 vscode: associate .test.ext files as Python (#12642)
     new 55dbdeccca Fix of use-after-free tunnel_handler_100_continue_ua 
(#12561)
     new 61b030b273 Fix crash when ESI plugin exceeds max_doc_size limit 
(#12600)
     new 28400bb837 Fix ArgParser command disambiguation to prevent args being 
treated as commands (#12598)
     new ed7773870a Fix setting HostDBRecord::record_type (#12604)
     new 71b40c00c1 Find dot cmd for docs build (#12610)
     new 13767f1d3f fedora:43 autest updates (#12615)
     new c6bfe1f4c2 [header_rewrite] Fix set-body (#12560)
     new d60d43658e Another attempt to keep plugin DSOs in place (#12596)

The 9 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:
 .vscode/settings.json                              |   6 ++
 CMakeLists.txt                                     |   2 +
 doc/CMakeLists.txt                                 |   5 +-
 include/iocore/eventsystem/IOBuffer.h              |  12 ++-
 plugins/esi/esi.cc                                 |   4 +-
 plugins/esi/lib/EsiProcessor.cc                    |   2 +
 plugins/header_rewrite/operators.cc                |   7 +-
 src/iocore/eventsystem/P_IOBuffer.h                |   4 +
 src/iocore/hostdb/HostDB.cc                        |  11 +--
 src/proxy/http/HttpSM.cc                           |   4 +-
 src/proxy/http/remap/PluginFactory.cc              |  14 +--
 src/tscore/ArgParser.cc                            |  42 ++++----
 tests/gold_tests/h2/trickle_client.py              |   7 +-
 tests/gold_tests/h2/trickle_server.py              |   8 +-
 .../header_rewrite/header_rewrite_set_body.test.py | 110 +++++++++++++++++++++
 .../tls_check_dual_cert_selection_plugin.test.py   |  18 ++--
 16 files changed, 194 insertions(+), 62 deletions(-)
 create mode 100644 .vscode/settings.json
 create mode 100644 
tests/gold_tests/pluginTest/header_rewrite/header_rewrite_set_body.test.py

Reply via email to