This is an automated email from the ASF dual-hosted git repository.
wkaras pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from c1832e43bc Updates / cleanup of the vscode directory paths (#10858)
add 32550d0f46 Remove deprecated debug output functions from 17 proxy
source files. (#10920)
No new revisions were added by this update.
Summary of changes:
include/proxy/ParentSelection.h | 10 +-
include/proxy/http/HttpTransact.h | 8 +-
.../proxy/http/remap/NextHopSelectionStrategy.h | 4 +-
src/proxy/ControlMatcher.cc | 15 +-
src/proxy/IPAllow.cc | 15 +-
src/proxy/ParentConsistentHash.cc | 39 +-
src/proxy/ParentRoundRobin.cc | 39 +-
src/proxy/ParentSelection.cc | 138 ++--
src/proxy/PluginVC.cc | 57 +-
src/proxy/http/HttpSM.cc | 352 +++++-----
src/proxy/http/HttpTransact.cc | 757 +++++++++++----------
src/proxy/http/remap/NextHopConsistentHash.cc | 46 +-
src/proxy/http/remap/NextHopHealthStatus.cc | 12 +-
src/proxy/http/remap/NextHopRoundRobin.cc | 50 +-
src/proxy/http/remap/NextHopSelectionStrategy.cc | 34 +-
src/proxy/http/remap/NextHopStrategyFactory.cc | 4 +-
.../http/remap/unit-tests/nexthop_test_stubs.h | 10 +-
17 files changed, 842 insertions(+), 748 deletions(-)