This is an automated email from the ASF dual-hosted git repository.
mochen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 0cfe32233b Upgrade doc additions (#11696)
0cfe32233b is described below
commit 0cfe32233b36d73fb6e1df43d6f48fa269d425b2
Author: Mo Chen <[email protected]>
AuthorDate: Fri Aug 16 08:20:46 2024 -0500
Upgrade doc additions (#11696)
---
doc/release-notes/upgrading.en.rst | 3 +++
1 file changed, 3 insertions(+)
diff --git a/doc/release-notes/upgrading.en.rst
b/doc/release-notes/upgrading.en.rst
index e17f2910d4..fa4b011e2d 100644
--- a/doc/release-notes/upgrading.en.rst
+++ b/doc/release-notes/upgrading.en.rst
@@ -128,6 +128,9 @@ The following :file:`records.yaml` changes have been made:
- The per server origin connection feature had a few configurations that were
not used removed.
``proxy.config.http.per_server.connection.queue_size`` and
``proxy.config.http.per_server.connection.queue_delay``
have been removed.
+- The records.yaml entries
``proxy.config.http.parent_proxy.connect_attempts_timeout`` and
+ ``proxy.config.http.post_connect_attempts_timeout`` were previously
referenced in default config
+ files, but they did not have any effect. These have been removed from
default configs files.
- The default values for ``proxy.config.http.request_header_max_size``,
``proxy.config.http.response_header_max_size``, and
``proxy.config.http.header_field_max_size`` have been changed to 32KB.