This is an automated email from the ASF dual-hosted git repository.
amc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.
from 097017d Add AUTest using h2spec
new 313ba1d adding TSHttpTxnRedoCacheLookup
new a743ac3 Fix reference to SMDebug.
new b0b591b TSHttpTxnRedoCacheLookup.
new f04a98b Add example plugin to show how to use TSRedoCacheLookup.
new 4a19b32 Add documentation for TSHttpTxnRedoCacheLookup
The 5 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:
...Push.en.rst => TSHttpTxnRedoCacheLookup.en.rst} | 14 ++-
include/ts/experimental.h | 21 ++++
plugins/Makefile.am | 1 +
.../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 | 2 +
src/traffic_server/InkAPI.cc | 20 ++++
9 files changed, 188 insertions(+), 13 deletions(-)
copy doc/developer-guide/api/functions/{TSHttpTxnServerPush.en.rst =>
TSHttpTxnRedoCacheLookup.en.rst} (72%)
copy plugins/experimental/{server_push_preload =>
redo_cache_lookup}/Makefile.inc (71%)
create mode 100644 plugins/experimental/redo_cache_lookup/README.md
create mode 100644 plugins/experimental/redo_cache_lookup/redo_cache_lookup.cc