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

sudheerv pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


    from a20db3c  Remove scrap log object dead code (#7935)
     add 1177cc7  Add support for Remap rule hit stats (#7936)

No new revisions were added by this update.

Summary of changes:
 proxy/http/HttpProxyServerMain.cc                  |  2 +
 proxy/http/remap/Makefile.am                       |  2 +
 .../{NextHopRoundRobin.h => RemapHitCount.cc}      | 37 ++++++++++--------
 .../http/remap/RemapHitCount.h                     |  8 ++--
 proxy/http/remap/UrlMapping.cc                     |  7 ++++
 proxy/http/remap/UrlMapping.h                      | 22 +++++++++++
 proxy/http/remap/UrlMappingPathIndex.cc            | 13 +++++++
 proxy/http/remap/UrlMappingPathIndex.h             |  1 +
 proxy/http/remap/UrlRewrite.cc                     | 45 ++++++++++++++++++++++
 proxy/http/remap/UrlRewrite.h                      |  2 +
 10 files changed, 119 insertions(+), 20 deletions(-)
 copy proxy/http/remap/{NextHopRoundRobin.h => RemapHitCount.cc} (56%)
 copy plugins/esi/test/print_funcs.h => proxy/http/remap/RemapHitCount.h (83%)

Reply via email to