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 e52bba2537 Improve config reload error reporting with severity-aware 
task logs (#13090) (#13369)
     new fd4c7a4d40 authproxy: strip request-body framing from auth 
sub-requests (#13333)
     new 18a3f80a39 tls_renegotiation autest: gate the detection-line check to 
OpenSSL (#13371)
     new 32a5c8d0e5 Add USDT to iocore/net, iocore/cache, http, http2 (#13344)
     new 3416e95ab1 rate_limit: don't update metrics when a selector has no 
`metrics:` block (#13343)
     new 052a4c81e5 Fix LRU RAM cache seen filter never engaging below 100% 
full (#13234)

The 5 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:
 plugins/authproxy/authproxy.cc                 | 25 +++++++++
 plugins/authproxy/utils.cc                     | 12 +++++
 plugins/authproxy/utils.h                      |  3 ++
 plugins/experimental/rate_limit/limiter.h      |  2 +-
 src/iocore/cache/CacheRead.cc                  |  5 ++
 src/iocore/cache/CacheTest.cc                  | 70 ++++++++++++++++++++++++++
 src/iocore/cache/CacheWrite.cc                 |  5 ++
 src/iocore/cache/RamCacheLRU.cc                |  9 ++--
 src/iocore/net/P_UnixNet.h                     |  3 ++
 src/iocore/net/SSLNetVConnection.cc            |  4 ++
 src/iocore/net/UnixNet.cc                      |  3 ++
 src/iocore/net/UnixNetVConnection.cc           |  5 ++
 src/proxy/http/HttpSM.cc                       |  7 +++
 src/proxy/http/HttpTunnel.cc                   | 10 ++++
 src/proxy/http2/Http2ConnectionState.cc        | 12 +++++
 tests/gold_tests/tls/tls_renegotiation.test.py | 13 +++--
 16 files changed, 180 insertions(+), 8 deletions(-)

Reply via email to