This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a change to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.
from bcfbd0c Updated ChangeLog
new 9f89bc1 Open UDP ports on traffic_manager if ports are configured for
QUIC (#6808)
new 72d041c Improve client_vc tracking (#6889)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../hooks-and-transactions/http-sessions.en.rst | 5 +-
iocore/net/I_UDPNet.h | 3 +-
iocore/net/QUICNetProcessor.cc | 2 +-
iocore/net/UnixNetVConnection.cc | 2 +
iocore/net/UnixUDPNet.cc | 19 +++--
iocore/net/test_I_UDPNet.cc | 2 +-
mgmt/LocalManager.cc | 80 +++++++++++++++++++---
mgmt/LocalManager.h | 3 +-
proxy/http/Http1ClientSession.cc | 54 +++++----------
proxy/http/Http1ClientSession.h | 1 -
proxy/http/HttpSM.cc | 17 +++--
proxy/http2/Http2ClientSession.cc | 7 +-
proxy/http2/Http2ConnectionState.cc | 5 +-
proxy/http2/Http2Stream.cc | 4 +-
src/traffic_server/InkIOCoreAPI.cc | 2 +-
tests/gold_tests/pluginTest/test_hooks/log.gold | 8 +--
.../pluginTest/test_hooks/test_hooks.test.py | 1 +
17 files changed, 133 insertions(+), 82 deletions(-)