This is an automated email from the ASF dual-hosted git repository.
cmcfarlen 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 ad056928e4 Upgrade doc for keepalive_internal_vc setting (#11694)
ad056928e4 is described below
commit ad056928e4991cb904f606ab66bda5429f320564
Author: Mo Chen <[email protected]>
AuthorDate: Fri Aug 16 14:07:34 2024 -0500
Upgrade doc for keepalive_internal_vc setting (#11694)
---
doc/release-notes/upgrading.en.rst | 2 ++
1 file changed, 2 insertions(+)
diff --git a/doc/release-notes/upgrading.en.rst
b/doc/release-notes/upgrading.en.rst
index 75fe1ec446..6decccda43 100644
--- a/doc/release-notes/upgrading.en.rst
+++ b/doc/release-notes/upgrading.en.rst
@@ -136,6 +136,8 @@ 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 entry ``proxy.config.http.keepalive_internal_vc`` has been
removed. This entry
+ was previously undocumented.
- 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.