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 1157fc44b3 cmake: chown some paths at install time (#10698)
add fc3f12e5eb HttpConnectionCount move to iocore/net (#10696)
No new revisions were added by this update.
Summary of changes:
.../net/ConnectionTracker.h} | 90 ++++++-----
.../net/SessionSharingAPIEnums.h} | 0
include/proxy/PoolableSession.h | 7 +-
include/proxy/http/Http1ServerSession.h | 4 +-
include/proxy/http/HttpConfig.h | 8 +-
include/proxy/http/HttpTransact.h | 4 +-
include/shared/overridable_txn_vars.h | 2 +-
plugins/experimental/tls_bridge/CMakeLists.txt | 2 +-
plugins/experimental/tls_bridge/regex.cc | 130 ----------------
plugins/experimental/tls_bridge/regex.h | 60 --------
plugins/experimental/tls_bridge/tls_bridge.cc | 4 +-
src/api/CMakeLists.txt | 2 +-
src/api/InkAPI.cc | 13 +-
src/iocore/cache/unit_tests/main.cc | 1 +
src/iocore/net/CMakeLists.txt | 1 +
.../net/ConnectionTracker.cc} | 168 ++++++++++-----------
src/iocore/net/Makefile.am | 1 +
src/iocore/net/libinknet_stub.cc | 117 +-------------
src/proxy/http/CMakeLists.txt | 1 -
src/proxy/http/HttpConfig.cc | 13 +-
src/proxy/http/HttpProxyServerMain.cc | 21 ++-
src/proxy/http/HttpSM.cc | 23 +--
src/proxy/http/Makefile.am | 2 -
src/shared/overridable_txn_vars.cc | 6 +-
src/tests/CMakeLists.txt | 10 +-
25 files changed, 202 insertions(+), 488 deletions(-)
rename include/{proxy/http/HttpConnectionCount.h =>
iocore/net/ConnectionTracker.h} (79%)
rename include/{proxy/http/HttpProxyAPIEnums.h =>
iocore/net/SessionSharingAPIEnums.h} (100%)
delete mode 100644 plugins/experimental/tls_bridge/regex.cc
delete mode 100644 plugins/experimental/tls_bridge/regex.h
rename src/{proxy/http/HttpConnectionCount.cc =>
iocore/net/ConnectionTracker.cc} (64%)