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

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


    from 05f9b4e0fd Adding Cripts documentation structure (#11359)
     new 3c3e6243d8 handle EOS events during server open (#11346)
     new 0e41e90d0b Add http2.incomplete_header_timeout_in (#11354)
     new 4d979b2c5f Remove the need of `-Wno-stringop-overflow` warning 
suppression (#11357)
     new aee8a2fb3f ASAN new and free mismatch in stale response plugin (#11362)
     new e2b7f2c6f2 Handle VC_EVENT_EOS in more places (#11368)
     new e4f0b985ff doc/cache-architecture grammar & broken link fix. (#11371)
     new 007b762cad Update shields on README (#11380)
     new dd91edee85 Pass url_len when emplacing in 
Http2CommonSession::_h2_pushed_urls (#11382)
     new cda4a76c19 Coverity 1545950: Uninitialized scalar variable in 
background_fetch plugin (#11383)
     new 494e4760fe Coverity 1545945: Uninitialized scalar variable in icap 
plugin (#11385)
     new 59b83c3663 Coverity 1545947: Resource leak in header_rewrite plugin 
(#11386)
     new 95f57434ec Coverity 1545946: Uninitialized scalar variable in server 
transform plugin example (#11387)

The 12 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:
 CMakeLists.txt                                     |  2 +-
 README.md                                          |  6 ++--
 doc/admin-guide/files/records.yaml.en.rst          |  7 +++++
 .../cache-architecture/architecture.en.rst         |  2 +-
 .../cache-architecture/cache-initialization.en.rst |  2 +-
 .../c-api/server_transform/server_transform.cc     |  2 +-
 include/proxy/http2/HTTP2.h                        |  1 +
 include/proxy/http2/Http2CommonSession.h           |  1 +
 lib/swoc/unit_tests/CMakeLists.txt                 |  1 -
 plugins/background_fetch/headers.cc                | 12 +++-----
 plugins/experimental/icap/icap_plugin.cc           |  8 +++---
 .../experimental/stale_response/stale_response.cc  |  2 +-
 plugins/header_rewrite/header_rewrite.cc           | 20 ++++++-------
 plugins/s3_auth/s3_auth.cc                         |  2 +-
 src/api/InkAPI.cc                                  |  5 ++++
 src/iocore/net/OCSPStapling.cc                     |  4 +--
 src/iocore/net/QUICNextProtocolAccept.cc           |  1 +
 src/iocore/net/SSLNextProtocolAccept.cc            |  1 +
 src/proxy/http/HttpSM.cc                           |  3 ++
 src/proxy/http2/HTTP2.cc                           | 33 ++++++++++++----------
 src/proxy/http2/Http2CommonSession.cc              |  2 +-
 src/proxy/http2/Http2ConnectionState.cc            | 24 ++++++++++++++++
 src/proxy/http2/Http2Stream.cc                     | 29 ++++++++++++++++++-
 src/records/RecordsConfig.cc                       |  2 ++
 24 files changed, 121 insertions(+), 51 deletions(-)

Reply via email to