This is an automated email from the ASF dual-hosted git repository.
lzx404243 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from 3e52401991 Update to libswoc 1.5.8 (#10849)
add faebf95ba3 Move FetchSM out of tsapi to break cycle (#10852)
No new revisions were added by this update.
Summary of changes:
include/{api => proxy}/FetchSM.h | 0
.../proxy/PluginHttpConnect.h | 4 +-
src/api/CMakeLists.txt | 3 +-
src/api/InkAPI.cc | 34 ++----------
src/iocore/cache/unit_tests/stub.cc | 2 +-
src/iocore/net/OCSPStapling.cc | 2 +-
src/iocore/net/libinknet_stub.cc | 2 +-
src/proxy/CMakeLists.txt | 2 +
src/{api => proxy}/FetchSM.cc | 45 ++++++++++------
src/proxy/PluginHttpConnect.cc | 61 ++++++++++++++++++++++
src/traffic_quic/traffic_quic.cc | 2 +-
11 files changed, 104 insertions(+), 53 deletions(-)
rename include/{api => proxy}/FetchSM.h (100%)
copy src/records/test_RecordsConfig.h => include/proxy/PluginHttpConnect.h
(89%)
rename src/{api => proxy}/FetchSM.cc (94%)
create mode 100644 src/proxy/PluginHttpConnect.cc