You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ma...@apache.org on 2021/04/01 03:28:45 UTC

[trafficserver] branch master updated (43452ca -> ebd9d38)

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

maskit pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


    from 43452ca  Refine Inline.cc carveout for arm64 darwin builds (#7662)
     add ebd9d38  Adding TCP Info header support to header rewrite (#7516)

No new revisions were added by this update.

Summary of changes:
 doc/admin-guide/plugins/header_rewrite.en.rst | 18 ++++++
 plugins/header_rewrite/conditions.cc          | 84 ++++++++++++++++++++++++++-
 plugins/header_rewrite/conditions.h           | 22 ++++++-
 plugins/header_rewrite/factory.cc             |  2 +
 plugins/header_rewrite/header_rewrite.cc      |  6 ++
 plugins/header_rewrite/parser.cc              |  8 +++
 plugins/header_rewrite/resources.cc           | 18 ++++++
 plugins/header_rewrite/statement.cc           |  2 +
 8 files changed, 158 insertions(+), 2 deletions(-)