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 f4f4f59 Remove ProxyTransaction::set_proxy_ssn (#7567)
add fa603fd Tidy up session/transaction destruction process (#7571)
No new revisions were added by this update.
Summary of changes:
proxy/ProxySession.cc | 25 +++---
proxy/ProxySession.h | 3 +-
proxy/ProxyTransaction.cc | 13 ++--
proxy/ProxyTransaction.h | 2 +-
proxy/http/Http1ClientSession.cc | 12 ++-
proxy/http/Http1ClientSession.h | 1 +
proxy/http/Http1ServerSession.cc | 7 ++
proxy/http/Http1ServerSession.h | 2 +
proxy/http/Http1Transaction.cc | 2 +-
proxy/http/Http1Transaction.h | 3 +-
proxy/http2/Http2ClientSession.cc | 3 +-
proxy/http2/Http2Stream.cc | 160 +++++++++++++++++++-------------------
proxy/http2/Http2Stream.h | 2 +-
proxy/http3/Http3Session.cc | 6 ++
proxy/http3/Http3Session.h | 1 +
proxy/http3/Http3Transaction.cc | 6 --
proxy/http3/Http3Transaction.h | 1 -
17 files changed, 127 insertions(+), 122 deletions(-)