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

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


    from 86f6dde  Updated release notes for 9.0.0 to have QUIC draft 29 support 
as well (#7301)
     new 34e3c60  adding TSHttpTxnRedoCacheLookup
     new 8341bb2  Fix reference to SMDebug.
     new 2833970  TSHttpTxnRedoCacheLookup.
     new 1cd4d72  Add example plugin to show how to use TSRedoCacheLookup.

The 4 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:
 include/ts/experimental.h                          |  21 ++++
 plugins/Makefile.am                                |   1 +
 .../redo_cache_lookup}/Makefile.inc                |  10 +-
 plugins/experimental/redo_cache_lookup/README.md   |  11 ++
 .../redo_cache_lookup/redo_cache_lookup.cc         | 111 +++++++++++++++++++++
 proxy/http/HttpSM.cc                               |  11 ++
 proxy/http/HttpSM.h                                |   1 +
 src/traffic_server/InkAPI.cc                       |  20 ++++
 8 files changed, 181 insertions(+), 5 deletions(-)
 copy plugins/{server_push_preload => 
experimental/redo_cache_lookup}/Makefile.inc (73%)
 create mode 100644 plugins/experimental/redo_cache_lookup/README.md
 create mode 100644 plugins/experimental/redo_cache_lookup/redo_cache_lookup.cc

Reply via email to