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

bneradt pushed a change to branch 11-Dev
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


    from 842f001d0e Merge master into 11-Dev
     add c49e60f769 Skip verify imagemagick plugins for asan builds (#11470)
     add e226cc7fd1 Add Sphinx documentation for statichit plugin. (#11389)
     add ce85024889 Clarify VCONN_CLOSE serialization in developer docs (#11459)
     add b23514c446 Update access_control to OpenSSL 1.1.1 HMAC API (#11467)
     add e33f0d32af HttpSM request tunneling naming updates (#11463)
     new 0c420bf02f Merge master into 11-Dev

The 1 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/index.en.rst               |   4 +
 doc/admin-guide/plugins/statichit.en.rst           | 117 +++++++++++++++++++++
 .../hooks-and-transactions/ssl-hooks.en.rst        |   3 +
 include/iocore/eventsystem/VIO.h                   |   3 +
 include/iocore/net/NetVConnection.h                |   3 +-
 include/proxy/http/Http1ClientSession.h            |   4 +-
 include/proxy/http/HttpSM.h                        |   5 +-
 .../experimental/access_control/access_control.cc  |   2 +-
 plugins/experimental/access_control/utils.cc       |  34 +-----
 plugins/experimental/magick/CMakeLists.txt         |   5 +-
 plugins/statichit/README.md                        |  38 -------
 plugins/webp_transform/CMakeLists.txt              |   5 +-
 src/proxy/http/Http1ClientSession.cc               |   3 +-
 src/proxy/http/HttpSM.cc                           |  19 ++--
 src/proxy/http/HttpTransact.cc                     |   2 +-
 .../pluginTest/statichit/statichit.replay.yaml     |  69 ++++++++++++
 .../pluginTest/statichit/statichit.test.py         |  43 ++++++--
 17 files changed, 261 insertions(+), 98 deletions(-)
 create mode 100644 doc/admin-guide/plugins/statichit.en.rst
 delete mode 100644 plugins/statichit/README.md

Reply via email to