This is an automated email from the ASF dual-hosted git repository.
cmcfarlen pushed a change to branch 10.2.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from 131c733a39 Remove virtual dispatch from LogData (#13124)
new eb2fbeb785 Fix HTTP/3 crash in HQTransaction::_signal_event (#13093)
new f178bbb8fb Fix lock-order inversion deadlock in Diags::tag_activated
(#13106)
new 17f99dabd9 Remove unused error page template (#13122)
new 7a4294c335 Propagate PROXY-Protocol src to outbound surfaces (#13120)
The 4 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:
configs/body_factory/default/access#redirect_url | 15 -----
.../configuration/proxy-protocol.en.rst | 30 ++++++++++
doc/admin-guide/files/records.yaml.en.rst | 11 ++++
.../api/functions/TSHttpSsnClientAddrGet.en.rst | 64 +++++++++++++++++++++
.../api/functions/TSHttpTxnClientAddrGet.en.rst | 64 +++++++++++++++++++++
.../api/functions/TSNetVConnClientAddrGet.en.rst | 66 ++++++++++++++++++++++
include/tscore/DiagsTypes.h | 7 ++-
src/iocore/net/SSLNetVConnection.cc | 10 +++-
src/proxy/http/HttpSM.cc | 17 ++++--
src/proxy/http/HttpTransact.cc | 15 ++++-
src/proxy/http3/Http3Transaction.cc | 8 ++-
src/tscore/Diags.cc | 42 ++++++++------
.../gold_tests/proxy_protocol/gold/access-cp.gold | 1 +
.../proxy_protocol/gold/access-nocp.gold | 1 +
.../proxy_protocol/proxy_protocol.test.py | 2 +
.../replay/proxy_protocol_in.replay.yaml | 46 +++++++++++++++
16 files changed, 351 insertions(+), 48 deletions(-)
delete mode 100644 configs/body_factory/default/access#redirect_url
create mode 100644
doc/developer-guide/api/functions/TSHttpSsnClientAddrGet.en.rst
create mode 100644
doc/developer-guide/api/functions/TSHttpTxnClientAddrGet.en.rst
create mode 100644
doc/developer-guide/api/functions/TSNetVConnClientAddrGet.en.rst