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 4b827a63d6 header_rewrite: Add optional switches to change plugin
behavior on load (#12344)
add c57eca2042 Move code for SSL from UnixNetVC to SSLNetVC (#12372)
No new revisions were added by this update.
Summary of changes:
src/iocore/net/P_QUICNetVConnection.h | 4 +-
src/iocore/net/P_SSLNetVConnection.h | 20 ++++-----
src/iocore/net/P_UnixNetVConnection.h | 38 ++++++-----------
src/iocore/net/QUICNetVConnection.cc | 14 +++---
src/iocore/net/SSLNetVConnection.cc | 76 ++++++++++++++++++++++++++++++---
src/iocore/net/UnixNetVConnection.cc | 80 +++++++----------------------------
6 files changed, 117 insertions(+), 115 deletions(-)