You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2014/08/27 22:29:45 UTC

[1/2] git commit: Update docs about keep_alive no activity timeouts

Repository: trafficserver
Updated Branches:
  refs/heads/master 19dfbf300 -> 9c9ae0cf4


Update docs about keep_alive no activity timeouts


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/f81e8598
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/f81e8598
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/f81e8598

Branch: refs/heads/master
Commit: f81e8598c7b92073ade10bdd5bad535822abd25a
Parents: 19dfbf3
Author: Thomas Jackson <ja...@gmail.com>
Authored: Wed Aug 27 09:42:04 2014 -0700
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Wed Aug 27 14:25:07 2014 -0600

----------------------------------------------------------------------
 doc/reference/configuration/records.config.en.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/f81e8598/doc/reference/configuration/records.config.en.rst
----------------------------------------------------------------------
diff --git a/doc/reference/configuration/records.config.en.rst b/doc/reference/configuration/records.config.en.rst
index 0af30cc..0cbeedc 100644
--- a/doc/reference/configuration/records.config.en.rst
+++ b/doc/reference/configuration/records.config.en.rst
@@ -830,12 +830,12 @@ HTTP Connection Timeouts
 .. ts:cv:: CONFIG proxy.config.http.keep_alive_no_activity_timeout_in INT 115
    :reloadable:
 
-   Specifies how long Traffic Server keeps connections to clients open for a subsequent request after a transaction ends.
+   Specifies how long Traffic Server keeps connections to clients open for a subsequent request after a transaction ends. A value of 0 will keep disable the no activity timeout.
 
 .. ts:cv:: CONFIG proxy.config.http.keep_alive_no_activity_timeout_out INT 120
    :reloadable:
 
-   Specifies how long Traffic Server keeps connections to origin servers open for a subsequent transfer of data after a transaction ends.
+   Specifies how long Traffic Server keeps connections to origin servers open for a subsequent transfer of data after a transaction ends. A value of 0 will keep disable the no activity timeout.
 
 .. ts:cv:: CONFIG proxy.config.http.transaction_no_activity_timeout_in INT 30
    :reloadable:


[2/2] git commit: Remove word that somehow snuck in :)

Posted by zw...@apache.org.
Remove word that somehow snuck in :)

This closes #105


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/9c9ae0cf
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/9c9ae0cf
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/9c9ae0cf

Branch: refs/heads/master
Commit: 9c9ae0cf41ce55f6328e02920ca8615a432d12a6
Parents: f81e859
Author: Thomas Jackson <ja...@gmail.com>
Authored: Wed Aug 27 09:54:58 2014 -0700
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Wed Aug 27 14:29:15 2014 -0600

----------------------------------------------------------------------
 doc/reference/configuration/records.config.en.rst | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/9c9ae0cf/doc/reference/configuration/records.config.en.rst
----------------------------------------------------------------------
diff --git a/doc/reference/configuration/records.config.en.rst b/doc/reference/configuration/records.config.en.rst
index 0cbeedc..6a1c4ef 100644
--- a/doc/reference/configuration/records.config.en.rst
+++ b/doc/reference/configuration/records.config.en.rst
@@ -830,12 +830,16 @@ HTTP Connection Timeouts
 .. ts:cv:: CONFIG proxy.config.http.keep_alive_no_activity_timeout_in INT 115
    :reloadable:
 
-   Specifies how long Traffic Server keeps connections to clients open for a subsequent request after a transaction ends. A value of 0 will keep disable the no activity timeout.
+   Specifies how long Traffic Server keeps connections to clients open for a
+   subsequent request after a transaction ends. A value of ``0`` will disable
+   the no activity timeout.
 
 .. ts:cv:: CONFIG proxy.config.http.keep_alive_no_activity_timeout_out INT 120
    :reloadable:
 
-   Specifies how long Traffic Server keeps connections to origin servers open for a subsequent transfer of data after a transaction ends. A value of 0 will keep disable the no activity timeout.
+   Specifies how long Traffic Server keeps connections to origin servers open
+   for a subsequent transfer of data after a transaction ends. A value of
+   ``0`` will disable the no activity timeout.
 
 .. ts:cv:: CONFIG proxy.config.http.transaction_no_activity_timeout_in INT 30
    :reloadable: