You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bn...@apache.org on 2021/03/29 18:21:58 UTC

[trafficserver] branch master updated (2333388 -> d75c595)

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

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


    from 2333388  Fix HttpSessionManager::acquireSession from previous rebase error (#7631)
     add d75c595  Add proxy.config.cache.log.alternate.eviction (#7629)

No new revisions were added by this update.

Summary of changes:
 configs/records.config.default.in                  |   2 +
 doc/admin-guide/configuration/cache-basics.en.rst  |   3 +
 doc/admin-guide/files/records.config.en.rst        |  16 +
 iocore/cache/Cache.cc                              |   4 +
 iocore/cache/CacheWrite.cc                         |  24 ++
 iocore/cache/P_CacheInternal.h                     |   1 +
 lib/perl/lib/Apache/TS/AdminClient.pm              |   1 +
 mgmt/RecordsConfig.cc                              |   2 +
 .../cache/gold/two_alternates_evicted.gold         |   3 +
 .../cache/replay/varied_transactions.replay.yaml   | 357 +++++++++++++++++++++
 .../uri.test.py => cache/vary-handling.test.py}    |  15 +-
 11 files changed, 424 insertions(+), 4 deletions(-)
 create mode 100644 tests/gold_tests/cache/gold/two_alternates_evicted.gold
 create mode 100644 tests/gold_tests/cache/replay/varied_transactions.replay.yaml
 copy tests/gold_tests/{url/uri.test.py => cache/vary-handling.test.py} (73%)