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 d6b2266 Explicit c:type:
new 7e73a38 detect bogus jemalloc version
new 97b55e7 Only decrement log_stat_log_files_open_stat when the file is
closed.
new ab5f56c Normalize loopback usage in session_match autest
new 3115d02 tests: Adds autest for WebSocket mappings
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:
build/jemalloc.m4 | 13 +++-
include/tscore/BaseLogFile.h | 2 +-
include/tscore/JeAllocator.h | 3 +
proxy/logging/LogFile.cc | 22 +++++--
src/tscore/BaseLogFile.cc | 20 ++++--
.../remap/gold/remap-ws-upgrade-400.gold | 7 ++
tests/gold_tests/remap/gold/remap-ws-upgrade.gold | 11 ++++
tests/gold_tests/remap/remap_ws.test.py | 77 ++++++++++++++++++++++
.../session_sharing/session_match.test.py | 6 +-
9 files changed, 145 insertions(+), 16 deletions(-)
create mode 100644 tests/gold_tests/remap/gold/remap-ws-upgrade-400.gold
create mode 100644 tests/gold_tests/remap/gold/remap-ws-upgrade.gold
create mode 100644 tests/gold_tests/remap/remap_ws.test.py