You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by rr...@apache.org on 2020/09/21 17:20:43 UTC

[trafficserver] branch master updated (086908f -> e158590)

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

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


    from 086908f  Add duplicate header field processing when creating outgoing response (#7207)
     add e158590  Adds new plugin: statichit (#7173)

No new revisions were added by this update.

Summary of changes:
 plugins/Makefile.am                                |   1 +
 .../statichit}/Makefile.inc                        |   6 +-
 plugins/experimental/statichit/README.md           |  38 ++
 plugins/experimental/statichit/statichit.cc        | 637 +++++++++++++++++++++
 4 files changed, 679 insertions(+), 3 deletions(-)
 copy plugins/{escalate => experimental/statichit}/Makefile.inc (84%)
 create mode 100644 plugins/experimental/statichit/README.md
 create mode 100644 plugins/experimental/statichit/statichit.cc