This is an automated email from the ASF dual-hosted git repository.

cmcfarlen pushed a change to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


    from 07f66ad001 Error::Status can now take optional reason (#12098)
     new 1fee033ef1 Doc updates to prepare for Sphinx 8 (#12132)
     new ccc4bc312a traffic_top - Fix uncought exception (#12100)
     new 2e05d1c490 Fix logging for origin_server_auth (#12115)
     new 049f9ef6da Fix narrowing conversion in StripeSM construction (#12127)
     new 95d4e772aa Add nullptr check in 
HttpTransact::is_stale_cache_response_returnable (#12108)
     new 188f3f562f Fix hii log field for UDS (#12107)
     new 671b587cf2 Add proxy.process.http.total_client_connections_uds (#12104)

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:
 .../statistics/core/http-connection.en.rst         |  3 +++
 .../plugins/txn_box/dev/dev-guide.en.rst           |  8 ------
 doc/admin-guide/plugins/txn_box/misc.en.rst        |  8 ------
 .../cache-architecture/architecture.en.rst         |  4 +--
 include/proxy/http/HttpConfig.h                    |  1 +
 include/tscore/ink_inet.h                          | 12 +++++++++
 plugins/origin_server_auth/origin_server_auth.cc   | 31 +++++++++++++---------
 src/iocore/cache/PreservationTable.cc              |  2 +-
 src/iocore/cache/PreservationTable.h               |  2 +-
 src/iocore/cache/StripeSM.cc                       |  2 +-
 src/proxy/http/Http1ClientSession.cc               |  5 +++-
 src/proxy/http/HttpConfig.cc                       |  1 +
 src/proxy/http/HttpTransact.cc                     |  4 +++
 src/proxy/logging/LogAccess.cc                     |  8 ++++--
 src/traffic_top/stats.h                            | 11 ++++++--
 .../origin_server_auth/origin_server_auth.test.py  |  5 ++--
 .../rules/gcp-parse-test.test_input                | 31 ----------------------
 17 files changed, 66 insertions(+), 72 deletions(-)
 delete mode 100644 
tests/gold_tests/pluginTest/origin_server_auth/rules/gcp-parse-test.test_input

Reply via email to