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 78b930e7fe Revert "Reuse prepared cache write on redirected request
(#11542)" (#11706)
new a48fd33e4e Document records.yaml changes (#11702)
new 0f3fea471b Reduce the default size for http.header_field_max_size
(#11695)
new d608fb321a add max_open_write_retry_timeout to recordsconfig (#11685)
new de18692587 Update release docs (#11682)
new 570c736622 Disable mptcp if proper header files are not available
(#11651)
new a28abefc25 NetHandler - Use the right type to hold additional_accepts
config value. (#11659)
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:
CMakeLists.txt | 67 ++++++++++++++++++++++
doc/admin-guide/files/records.yaml.en.rst | 28 ++++-----
doc/admin-guide/files/sni.yaml.en.rst | 8 +--
doc/admin-guide/performance/index.en.rst | 2 +-
.../api/functions/TSSslSession.en.rst | 2 +-
.../hooks-and-transactions/ssl-session-api.en.rst | 2 +-
doc/developer-guide/release-process/index.en.rst | 31 +++-------
doc/release-notes/upgrading.en.rst | 48 +++++++++++++++-
include/iocore/net/NetHandler.h | 2 +-
src/iocore/net/NetHandler.cc | 19 +++---
src/records/RecHttp.cc | 5 +-
src/records/RecordsConfig.cc | 6 +-
12 files changed, 161 insertions(+), 59 deletions(-)