This is an automated email from the ASF dual-hosted git repository.
maskit pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from ef6f092731 Add support for transform plugins on tunnels. (#10314)
add 53b4d791d7 Remove most dynamic_cast from SNIActionPerformer (#10095)
No new revisions were added by this update.
Summary of changes:
iocore/net/NetVCOptions.cc | 1 -
iocore/net/NetVCOptions.h | 4 -
iocore/net/P_SNIActionPerformer.h | 158 ++++++++++++++++++++---------------
iocore/net/P_SSLNetVConnection.h | 5 --
iocore/net/SNIActionPerformer.cc | 15 ++--
iocore/net/SNIActionPerformer.h | 2 +-
iocore/net/SSLNetVConnection.cc | 76 +----------------
iocore/net/SSLUtils.cc | 6 +-
iocore/net/TLSBasicSupport.cc | 37 ++++++++
iocore/net/TLSBasicSupport.h | 4 +
iocore/net/TLSEarlyDataSupport.cc | 42 ++++++++++
iocore/net/TLSEarlyDataSupport.h | 1 +
iocore/net/TLSSNISupport.cc | 4 +-
iocore/net/TLSSNISupport.h | 4 +-
proxy/http/HttpSM.cc | 6 +-
tests/gold_tests/h2/h2enable.test.py | 12 +--
16 files changed, 201 insertions(+), 176 deletions(-)