This is an automated email from the ASF dual-hosted git repository.
maskit pushed a change to branch quic-20
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.
from e5d7423 Merge branch 'master' into quic-20
add 08b898b Remove many dependency for libinknet from QUIC module
add cf7b61e Add dependency for libUglyLogStubs.a for now to pass the CI
job
add b4f20d9 Fix a build issue on CentOS
add f428cc4 Remove dependency for libinknet and etc
add 319a46f Fix a build issue on CentOS
add 5f39e7f Fix build issues on macOS
No new revisions were added by this update.
Summary of changes:
iocore/net/Makefile.am | 1 +
iocore/net/QUICMultiCertConfigLoader.cc | 350 +++++++++++++++++++++
.../QUICGlobals.h => QUICMultiCertConfigLoader.h} | 38 ++-
iocore/net/QUICNetProcessor.cc | 1 +
iocore/net/QUICNetVConnection.cc | 1 +
iocore/net/quic/Makefile.am | 6 +-
iocore/net/quic/QUICAckFrameCreator.h | 1 -
iocore/net/quic/QUICConfig.cc | 240 +-------------
iocore/net/quic/QUICConfig.h | 28 +-
iocore/net/quic/QUICGlobals.cc | 82 +----
iocore/net/quic/QUICGlobals.h | 4 -
iocore/net/quic/test/test_QUICAckFrameCreator.cc | 2 -
proxy/http3/Makefile.am | 20 +-
proxy/http3/test/stub.cc | 117 -------
14 files changed, 388 insertions(+), 503 deletions(-)
create mode 100644 iocore/net/QUICMultiCertConfigLoader.cc
copy iocore/net/{quic/QUICGlobals.h => QUICMultiCertConfigLoader.h} (56%)
delete mode 100644 proxy/http3/test/stub.cc