This is an automated email from the ASF dual-hosted git repository.
bneradt 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 a66da2d4d7 Remove redundant descriptions of timeout changes (#11707)
a66da2d4d7 is described below
commit a66da2d4d71253e2f1132ce9cc57b03910fb604d
Author: Brian Neradt <[email protected]>
AuthorDate: Sat Aug 17 09:26:41 2024 -0500
Remove redundant descriptions of timeout changes (#11707)
---
doc/release-notes/upgrading.en.rst | 3 ---
doc/release-notes/whats-new.en.rst | 8 --------
2 files changed, 11 deletions(-)
diff --git a/doc/release-notes/upgrading.en.rst
b/doc/release-notes/upgrading.en.rst
index 2299fa0810..c3d3eeeda4 100644
--- a/doc/release-notes/upgrading.en.rst
+++ b/doc/release-notes/upgrading.en.rst
@@ -156,9 +156,6 @@ The following :file:`records.yaml` changes have been made:
``proxy.config.ssl.server.version.min/max`` and
``proxy.config.ssl.client.version.min/max`` instead.
- 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.
- The default values for :ts:cv:`proxy.config.http.request_header_max_size`,
:ts:cv:`proxy.config.http.response_header_max_size`, and
:ts:cv:`proxy.config.http.header_field_max_size` have been changed to 32KB.
- The records.yaml entry :ts:cv:`proxy.config.http.server_ports` now also
accepts the
diff --git a/doc/release-notes/whats-new.en.rst
b/doc/release-notes/whats-new.en.rst
index df4a729bb6..ff22c10d18 100644
--- a/doc/release-notes/whats-new.en.rst
+++ b/doc/release-notes/whats-new.en.rst
@@ -44,13 +44,6 @@ New Features
New or modified Configurations
------------------------------
-Combined Connect Timeouts
-^^^^^^^^^^^^^^^^^^^^^^^^^
-
-The configuration settings :ts:cv:
`proxy.config.http.parent_proxy.connect_attempts_timeout` and :ts:cv:
`proxy.config.http.post_connect_attempts_timeout` have been removed.
-All connect timeouts are controlled by :ts:cv:
`proxy.config.http.connect_attempts_timeout`.
-
-
ip_allow.yaml and remap.config ACL actions
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -63,7 +56,6 @@ There are two new sets of actions for HTTP request method
filtering introduced i
The details about the motivation and behavior of these actions are documented
in :ref:`acl-filters`.
-
Logging and Metrics
-------------------