This is an automated email from the ASF dual-hosted git repository.
cmcfarlen pushed a change to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from f84ceb27cf Prepare for next release
new e1c659cfa3 doc: remove spurious character in header_rewrite example
(#11830)
new 43b9bb8caf Update sni.yaml.en.rst (#11828)
new 6ba710bda0 fix typo in list of TS_LUA_MAKE_VAR_ITEM calls (#11823)
new f480e43aca records - Honour the minimum value for `--maxRecords`
(#11816)
new 8f16f2dc7e Content-type lost when sent after duplicate headers (#11821)
The 5 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:
doc/admin-guide/files/sni.yaml.en.rst | 2 +-
doc/admin-guide/plugins/header_rewrite.en.rst | 2 +-
plugins/lua/ts_lua_http_config.cc | 16 +-
src/proxy/http/HttpTransact.cc | 11 +
src/records/P_RecCore.cc | 4 +
src/records/P_RecDefs.h | 2 +-
src/records/RecCore.cc | 2 +-
src/records/RecUtils.cc | 4 +-
src/records/RecordsConfigUtils.cc | 14 +-
src/traffic_server/traffic_server.cc | 66 ++++--
...ader.test.py => cachedDuplicateHeaders.test.py} | 35 ++-
.../headers/replays/cache-test.replay.yaml | 257 +++++++++++++++++++++
.../records/ts_max_records_param.test.py | 56 +++++
13 files changed, 406 insertions(+), 65 deletions(-)
copy tests/gold_tests/headers/{invalid_range_header.test.py =>
cachedDuplicateHeaders.test.py} (54%)
create mode 100644 tests/gold_tests/headers/replays/cache-test.replay.yaml
create mode 100644 tests/gold_tests/records/ts_max_records_param.test.py