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 bf218ea66a Add per-plugin workload counters (#13278)
     new e09d13bc82 traffic_crashlog: emit a well-formed report when the 
backtrace is empty (#13360)
     new eabd09017b Cleanup: remove unused functions related connect attempts 
(#13357)
     new e49a116659 USDT: normalize names for STATE_ENTER (#13346)
     new 13e13b3670 Fix Proxy-Protocol log field symbols (#13345)
     new eb87119894 curl 8.20 test update: curl PROXY destination changes 
(#13239)
     new a63417f33d Throttle OCSP cert-status error instead of logging on every 
handshake (#13312)
     new f28ec6386a Expand client IP debug logging test coverage (#13290)

The 7 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:
 include/proxy/http/HttpTransact.h                  |   3 -
 src/iocore/net/OCSPStapling.cc                     |   2 +-
 src/proxy/http/HttpSM.cc                           |  84 ++++++-------
 src/proxy/http/HttpTransact.cc                     |  22 ----
 src/proxy/logging/Log.cc                           |   4 +-
 src/traffic_crashlog/traffic_crashlog.cc           |   8 +-
 tests/gold_tests/autest-site/ats_replay.test.ext   |  33 +++--
 .../gold_tests/logging/log-debug-client-ip.test.py |  39 ++----
 .../replay/log-debug-client-ip-http.replay.yaml    | 129 +++++++++++++++++++
 .../replay/log-debug-client-ip-http2.replay.yaml   | 134 ++++++++++++++++++++
 .../replay/log-debug-client-ip-http3.replay.yaml   | 136 +++++++++++++++++++++
 .../replay/log-debug-client-ip-https.replay.yaml   | 134 ++++++++++++++++++++
 .../pluginTest/tsapi/test_TSVConnPPInfo.test.py    |  13 +-
 13 files changed, 621 insertions(+), 120 deletions(-)
 create mode 100644 
tests/gold_tests/logging/replay/log-debug-client-ip-http.replay.yaml
 create mode 100644 
tests/gold_tests/logging/replay/log-debug-client-ip-http2.replay.yaml
 create mode 100644 
tests/gold_tests/logging/replay/log-debug-client-ip-http3.replay.yaml
 create mode 100644 
tests/gold_tests/logging/replay/log-debug-client-ip-https.replay.yaml

Reply via email to