From ef678701219b8794eba2777fe0d47a6cde8dd0a5 Mon Sep 17 00:00:00 2001 From: Mo Chen Date: Thu, 15 Aug 2024 16:55:49 -0500 Subject: [PATCH] Upgrade doc for keepalive_internal_vc setting --- 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 31081a1c264..765d1d22ded 100644 --- a/doc/release-notes/upgrading.en.rst +++ b/doc/release-notes/upgrading.en.rst @@ -128,6 +128,8 @@ The following :file:`records.yaml` chnages 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. Plugins -------