You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by sh...@apache.org on 2019/09/20 15:25:44 UTC

[trafficserver] branch master updated: Update documentation for connect_attempts_timeout.

This is an automated email from the ASF dual-hosted git repository.

shinrich 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 13b6237  Update documentation for connect_attempts_timeout.
13b6237 is described below

commit 13b623775247fc76f93081ec0813075b9ff91e7c
Author: Susan Hinrichs <sh...@oath.com>
AuthorDate: Fri Sep 6 14:46:14 2019 +0000

    Update documentation for connect_attempts_timeout.
---
 doc/admin-guide/files/records.config.en.rst | 4 ++--
 doc/admin-guide/performance/index.en.rst    | 4 +++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/doc/admin-guide/files/records.config.en.rst b/doc/admin-guide/files/records.config.en.rst
index 4d635db..d4ac001 100644
--- a/doc/admin-guide/files/records.config.en.rst
+++ b/doc/admin-guide/files/records.config.en.rst
@@ -1528,8 +1528,8 @@ Origin Server Connect Attempts
    :reloadable:
    :overridable:
 
-   The timeout value (in seconds) for time to first byte for an origin server
-   connection.
+   The timeout value (in seconds) for time to set up a connection to the origin. After the connection is established the value of
+   ``proxy.config.http.transaction_no_activity_timeout_out`` is used to established timeouts on the data over the connection.
 
    See :ref:`admin-performance-timeouts` for more discussion on |TS| timeouts.
 
diff --git a/doc/admin-guide/performance/index.en.rst b/doc/admin-guide/performance/index.en.rst
index 64520ee..85c2f72 100644
--- a/doc/admin-guide/performance/index.en.rst
+++ b/doc/admin-guide/performance/index.en.rst
@@ -327,7 +327,9 @@ Origin Connection Timeouts
 Origin server connection timeouts are configured with :ts:cv:`proxy.config.http.connect_attempts_timeout`,
 which is applied both to the initial connection as well as any retries attempted,
 should an attempt timeout. The timeout applies from the moment |TS| begins the
-connection attempt until the origin returns the first byte.
+connection attempt until the origin fully establishes a connection (the connection is ready to write).
+After the connection is established the value of
+:ts:cv:`proxy.config.http.transaction_no_activity_timeout_out` is used to established timeouts on the data over the connection.
 
 In the case where you wish to have a different (generally longer) timeout for
 ``POST`` and ``PUT`` connections to an origin server, you may also adjust