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

zwoop pushed a change to branch 7.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


    from 5a238e5  Doc: Repair various format errors. Tweak traffic-server.py 
support for Python 3.
     new b8bb380  sslheaders experimental plugin:  fix doc typo, improve 
container use.
     new c1559a6  Make sslheaders plugin better conform to documentation.

The 2 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/sslheaders.en.rst          |  2 +-
 plugins/experimental/sslheaders/expand.cc          |  2 +-
 plugins/experimental/sslheaders/sslheaders.cc      | 71 ++++++++++++++----
 plugins/experimental/sslheaders/sslheaders.h       | 13 ++--
 .../pluginTest/sslheaders/observer.py}             | 22 +++---
 .../pluginTest/sslheaders/ssl/server.key           | 28 +++++++
 .../pluginTest/sslheaders/ssl/server.pem           | 21 ++++++
 .../pluginTest/sslheaders/sslheaders.gold          |  1 +
 .../pluginTest/sslheaders/sslheaders.test.py       | 86 ++++++++++++++++++++++
 9 files changed, 213 insertions(+), 33 deletions(-)
 copy tests/{tools/traffic-replay/Config.py => 
gold_tests/pluginTest/sslheaders/observer.py} (70%)
 create mode 100644 tests/gold_tests/pluginTest/sslheaders/ssl/server.key
 create mode 100644 tests/gold_tests/pluginTest/sslheaders/ssl/server.pem
 create mode 100644 tests/gold_tests/pluginTest/sslheaders/sslheaders.gold
 create mode 100644 tests/gold_tests/pluginTest/sslheaders/sslheaders.test.py

Reply via email to