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 2dc0eb4e62 Fix proxy dependency tree in CMake build (#10085)
     add 0cd6732de2 Extract opening a pre_warm connection (#9859)

No new revisions were added by this update.

Summary of changes:
 iocore/net/CMakeLists.txt                    |  1 +
 iocore/net/Makefile.am                       |  1 +
 {proxy/http => iocore/net}/PreWarmManager.cc |  0
 {proxy/http => iocore/net}/PreWarmManager.h  |  0
 iocore/net/TLSTunnelSupport.cc               | 11 ++++
 iocore/net/TLSTunnelSupport.h                |  4 ++
 proxy/http/CMakeLists.txt                    |  1 -
 proxy/http/HttpSM.cc                         | 85 ++++++++++++++++------------
 proxy/http/HttpSM.h                          |  4 ++
 proxy/http/Makefile.am                       |  3 +-
 10 files changed, 72 insertions(+), 38 deletions(-)
 rename {proxy/http => iocore/net}/PreWarmManager.cc (100%)
 rename {proxy/http => iocore/net}/PreWarmManager.h (100%)

Reply via email to