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

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


    from 7a2eed0d1 Do not modify Transfer-Encoding header on retry (#8899)
     new 6c94e2fc9 Revert "Update to proxy-verifier-v2.3.1 (#8753)"
     new 5e4a4c246 Fix Multiplexer POST/PUT Body Handling (#8439)
     new 3f18eb34f Update to Proxy Verifier version v2.3.0 (#8608)
     new 7f0a0df20 Update to proxy-verifier-v2.3.1 (#8753)

The 4 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:
 plugins/multiplexer/dispatch.cc                    |   9 +-
 plugins/multiplexer/dispatch.h                     |   8 +-
 .../chunked_encoding/bad_chunked_encoding.test.py  |  14 +-
 .../gold/verifier_client_chunked.gold              |  14 +-
 .../replays/malformed_chunked_header.replay.yaml   |   4 +-
 .../pluginTest/multiplexer/gold/multiplexer.gold   |   1 -
 .../pluginTest/multiplexer/multiplexer.test.py     | 224 ++++++++++++++++++---
 .../replays/multiplexer_copy.replay.yaml           | 113 +++++++++++
 .../multiplexer_copy_skip_post.replay.yaml}        |  32 +--
 .../replays/multiplexer_original.replay.yaml       | 122 +++++++++++
 .../multiplexer_original_skip_post.replay.yaml     | 122 +++++++++++
 11 files changed, 601 insertions(+), 62 deletions(-)
 delete mode 100644 
tests/gold_tests/pluginTest/multiplexer/gold/multiplexer.gold
 create mode 100644 
tests/gold_tests/pluginTest/multiplexer/replays/multiplexer_copy.replay.yaml
 copy tests/gold_tests/{dns/replay/single_transaction.replay.yaml => 
pluginTest/multiplexer/replays/multiplexer_copy_skip_post.replay.yaml} (66%)
 create mode 100644 
tests/gold_tests/pluginTest/multiplexer/replays/multiplexer_original.replay.yaml
 create mode 100644 
tests/gold_tests/pluginTest/multiplexer/replays/multiplexer_original_skip_post.replay.yaml

Reply via email to