This is an automated email from the ASF dual-hosted git repository. cmcfarlen pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/trafficserver.git
commit 7478d747bcfd087d3bdc0374ebf1cf208fe85a5f Author: Brian Neradt <[email protected]> AuthorDate: Mon Aug 5 17:09:15 2024 -0500 Add upgrade notes for connection_attempts_timeout changes (#11644) This adds upgrade notes for #7335. (cherry picked from commit 21dda7a1c39bb35982c553749b670717f474b37c) --- 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 1a7110b137..9ea3fcffa5 100644 --- a/doc/release-notes/upgrading.en.rst +++ b/doc/release-notes/upgrading.en.rst @@ -70,6 +70,9 @@ The records.yaml entry proxy.config.http.connect_attempts_max_retries_dead_serve The records.yaml entry proxy.config.http.connect.dead.policy has been renamed to proxy.config.http.connect.down.policy. +The records.yaml entry proxy.config.http.parent_proxy.connect_attempts_timeout and proxy.config.http.post_connect_attempts_timeout +have been removed. Instead use proxy.config.http.connect_attempts_timeout to control all connection to origin timeouts. + Plugins -------
