This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a change to branch 9.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.
from c888b3b Expose URL element methods through HTTPHdr (#7628)
new 2c471ad Remove ProxyTransaction::set_proxy_ssn (#7567)
new a9870d9 Tidy up session/transaction destruction process (#7571)
new d51a978 Add default implementation for allow_half_open (#7630)
The 3 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:
proxy/ProxySession.cc | 25 +++---
proxy/ProxySession.h | 3 +-
proxy/ProxyTransaction.cc | 21 +++--
proxy/ProxyTransaction.h | 15 +---
proxy/http/Http1ClientSession.cc | 15 ++--
proxy/http/Http1ClientSession.h | 1 +
proxy/http/Http1ServerSession.cc | 7 ++
proxy/http/Http1ServerSession.h | 2 +
proxy/http/Http1Transaction.cc | 2 +-
proxy/http/Http1Transaction.h | 5 +-
proxy/http/HttpSM.cc | 1 +
proxy/http/HttpSessionAccept.cc | 1 +
proxy/http2/Http2ClientSession.cc | 5 +-
proxy/http2/Http2ConnectionState.cc | 3 +-
proxy/http2/Http2SessionAccept.cc | 5 +-
proxy/http2/Http2Stream.cc | 167 +++++++++++++++++-------------------
proxy/http2/Http2Stream.h | 14 +--
proxy/http3/Http3Session.cc | 6 ++
proxy/http3/Http3Session.h | 1 +
proxy/http3/Http3Transaction.cc | 16 +---
proxy/http3/Http3Transaction.h | 2 -
21 files changed, 151 insertions(+), 166 deletions(-)