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

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


    from ad6fa96  Bumped version to 8.0.2, and updated STATUS
     new 9a5b3c0  sslheaders experimental plugin:  fix doc typo, improve 
container use.
     new ea34099  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      | 82 ++++++++++++++-----
 plugins/experimental/sslheaders/sslheaders.h       |  8 +-
 .../observer.py}                                   | 11 ++-
 .../pluginTest/sslheaders/ssl/server.key           | 28 +++++++
 .../pluginTest/sslheaders/ssl/server.pem           | 21 +++++
 .../pluginTest/sslheaders/sslheaders.gold          |  1 +
 .../pluginTest/sslheaders/sslheaders.test.py       | 91 ++++++++++++++++++++++
 9 files changed, 218 insertions(+), 28 deletions(-)
 copy tests/gold_tests/pluginTest/{compress/compress_observer.py => 
sslheaders/observer.py} (78%)
 mode change 100755 => 100644
 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