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

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


    from 0a3cef05a5 Revert "Address HttpSM::attach_server_session crash 
(#12325)" (#12387)
     new 76a360cef2 cache_promote: Bugfix, don't repurpose policies without 
labels (#12374)
     new 2ea3e43642 Add config file support for cache_fill (#12347)

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:
 plugins/cache_promote/cache_promote.cc             |  4 +-
 plugins/cache_promote/configs.cc                   |  2 +-
 plugins/cache_promote/lru_policy.h                 |  6 +-
 plugins/cache_promote/policy.h                     | 15 ++--
 plugins/experimental/cache_fill/CMakeLists.txt     |  2 +-
 plugins/experimental/cache_fill/cache_fill.cc      | 80 +++++++++++++++-------
 .../cache_fill}/configs.cc                         | 27 ++++----
 .../cache_fill}/configs.h                          |  5 --
 .../cache_fill}/rules.cc                           | 13 ++--
 .../cache_fill}/rules.h                            |  0
 10 files changed, 94 insertions(+), 60 deletions(-)
 copy plugins/{background_fetch => experimental/cache_fill}/configs.cc (88%)
 copy plugins/{background_fetch => experimental/cache_fill}/configs.h (95%)
 copy plugins/{background_fetch => experimental/cache_fill}/rules.cc (92%)
 copy plugins/{background_fetch => experimental/cache_fill}/rules.h (100%)

Reply via email to