This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a change to branch 8.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.
from 21381d7 Revert "Fix lost pending_actions causing actions on stale
objects."
new 3d78a00 header_rewrite: Adds basic string concatenation
new a267fca Fixes memory leaks in header_rewrite
new 37c56b0 Adjusts the format for header_rewrite string concatenation
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:
doc/admin-guide/plugins/header_rewrite.en.rst | 23 ++++---
plugins/header_rewrite/Examples/Geo | 2 +-
plugins/header_rewrite/Makefile.inc | 1 +
plugins/header_rewrite/conditions.cc | 46 ++++++++++++++
plugins/header_rewrite/conditions.h | 34 ++++++++++
plugins/header_rewrite/factory.cc | 2 +-
plugins/header_rewrite/header_rewrite.cc | 2 +-
plugins/header_rewrite/header_rewrite_test.cc | 92 +++++++++++++++++++++++++--
plugins/header_rewrite/parser.cc | 78 +++++++++++++++++++++--
plugins/header_rewrite/parser.h | 15 +++++
plugins/header_rewrite/regex_helper.cc | 12 ----
plugins/header_rewrite/regex_helper.h | 2 -
plugins/header_rewrite/value.cc | 73 +++++++++++++++++++++
plugins/header_rewrite/value.h | 40 +++---------
14 files changed, 354 insertions(+), 68 deletions(-)
create mode 100644 plugins/header_rewrite/value.cc