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 c28a5da23b regex_remap: Document host option // prefix behavior
(#12730)
new 8596f03a5b block_errors: Fix plugin message handling (#12757)
new adf871b4cf Use malloc allocated buffers for h2 headers if enabled
(#12767)
new 4fdd9eb779 Fix convert2yaml.py to handle files without trailing
newline (#12784)
The 3 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:
include/proxy/http2/Http2CommonSession.h | 4 +
include/proxy/http2/Http2Stream.h | 10 +-
plugins/experimental/block_errors/block_errors.cc | 40 +++--
.../pluginTest/block_errors/block_errors.test.py | 176 +++++++++++++++++++++
tests/gold_tests/records/gold/no_newline.yaml | 3 +
.../records/legacy_config/no_newline.config | 1 +
.../records/records_config_to_yaml.test.py | 9 ++
tools/records/convert2yaml.py | 4 +-
8 files changed, 230 insertions(+), 17 deletions(-)
create mode 100644
tests/gold_tests/pluginTest/block_errors/block_errors.test.py
create mode 100644 tests/gold_tests/records/gold/no_newline.yaml
create mode 100644 tests/gold_tests/records/legacy_config/no_newline.config