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 682c17a2f9 Add sni.yaml session ticket overrides (#13006) (#13297)
     new c8c91e4f46 various worktree fixes (#12705)
     new 792c3ad1cf TLS: Fix memory leaks in cert load and OCSP stapling 
(#13318)
     new 2cb56b5087 dns: destruct HostEnt on free to fix SRV vector leak 
(#13307)
     new 34f2c39e3c header_rewrite: Fix a leak and truncation in set-body-from 
(#13303)
     new 982207a07a ProxyProtocol: free pp_info heap on NetVConnection recycle 
(#13293)
     new efe368f839 Fix hdrHeap/hdrStrHeap allocator inuse metric underflow 
(#13218)

The 6 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:
 doc/ext/traffic-server.py                       |   8 +-
 include/iocore/net/ProxyProtocol.h              |  19 +++++
 plugins/header_rewrite/operators.cc             |  11 ++-
 src/iocore/dns/DNS.cc                           |   2 +-
 src/iocore/eventsystem/ProxyAllocator.cc        |   8 ++
 src/iocore/net/OCSPStapling.cc                  |  17 +++-
 src/iocore/net/SSLNetVConnection.cc             |   4 +
 src/iocore/net/SSLUtils.cc                      |  63 ++++++++-------
 src/iocore/net/UnixNetVConnection.cc            |   3 +
 src/iocore/net/unit_tests/test_ProxyProtocol.cc |  50 ++++++++++++
 src/proxy/hdrs/unit_tests/test_HdrHeap.cc       | 101 ++++++++++++++++++++++++
 11 files changed, 252 insertions(+), 34 deletions(-)

Reply via email to