You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by su...@apache.org on 2015/07/09 18:21:08 UTC

trafficserver git commit: fix docs links for timer diagram.

Repository: trafficserver
Updated Branches:
  refs/heads/master 19f347a26 -> 1e89011fe


fix docs links for timer diagram.


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

Branch: refs/heads/master
Commit: 1e89011fefca45683b6a039325b66303dabcbf8b
Parents: 19f347a
Author: Sudheer Vinukonda <su...@yahoo-inc.com>
Authored: Thu Jul 9 16:20:40 2015 +0000
Committer: Sudheer Vinukonda <su...@yahoo-inc.com>
Committed: Thu Jul 9 16:20:40 2015 +0000

----------------------------------------------------------------------
 doc/admin/faqs.en.rst                      |  2 +-
 doc/sdk/http-hooks-and-transactions.en.rst |  2 +-
 doc/sdk/traffic-server-timers.en.rst       | 15 ---------------
 doc/sdk/trafficserver-timers.en.rst        | 15 +++++++++++++++
 4 files changed, 17 insertions(+), 17 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/1e89011f/doc/admin/faqs.en.rst
----------------------------------------------------------------------
diff --git a/doc/admin/faqs.en.rst b/doc/admin/faqs.en.rst
index 4759b1b..bcf30c3 100644
--- a/doc/admin/faqs.en.rst
+++ b/doc/admin/faqs.en.rst
@@ -611,5 +611,5 @@ Timers applicable to various states in a transaction
 -----------------------------------------------------
 
 For an overview of HTTP transaction timers, refer to the transaction timer diagram
-in `traffic-server-timerstraffic-server-timers`.
+in :file:`trafficserver-timers`.
 

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/1e89011f/doc/sdk/http-hooks-and-transactions.en.rst
----------------------------------------------------------------------
diff --git a/doc/sdk/http-hooks-and-transactions.en.rst b/doc/sdk/http-hooks-and-transactions.en.rst
index b2471c3..944f02d 100644
--- a/doc/sdk/http-hooks-and-transactions.en.rst
+++ b/doc/sdk/http-hooks-and-transactions.en.rst
@@ -146,5 +146,5 @@ Timers applicable to various states in a transaction
 -----------------------------------------------------
 
 For an overview of HTTP transaction timers, refer to the transaction timer diagram
-in `traffic-server-timerstraffic-server-timers`.
+in :file:`trafficserver-timers`.
 

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/1e89011f/doc/sdk/traffic-server-timers.en.rst
----------------------------------------------------------------------
diff --git a/doc/sdk/traffic-server-timers.en.rst b/doc/sdk/traffic-server-timers.en.rst
deleted file mode 100644
index fe64a34..0000000
--- a/doc/sdk/traffic-server-timers.en.rst
+++ /dev/null
@@ -1,15 +0,0 @@
-Timers applicable to various states in a transaction
------------------------------------------------------
-
-Traffic Server runs a variety of timers at various states of a transaction. Typically,
-a given transaction may include upto two connections (one on the UA/client side and the
-other on the Origin side). Traffic Server supports two kinds of timers "Active" and
-"Inactive" timers for each side respectively, as applicable at a given state. The below
-picture illustrates the specific timers run at various states in the current implementation.
-The picture only depicts the HTTP transaction level timers and does not include the TLS handshake
-states and other more detailed/internal timers in each individual state.
-
-.. figure:: ../static/images/admin/transaction_states_timers.svg
-      :align: center
-   :alt: Active and Inactive Timers in various states
-

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/1e89011f/doc/sdk/trafficserver-timers.en.rst
----------------------------------------------------------------------
diff --git a/doc/sdk/trafficserver-timers.en.rst b/doc/sdk/trafficserver-timers.en.rst
new file mode 100644
index 0000000..fe64a34
--- /dev/null
+++ b/doc/sdk/trafficserver-timers.en.rst
@@ -0,0 +1,15 @@
+Timers applicable to various states in a transaction
+-----------------------------------------------------
+
+Traffic Server runs a variety of timers at various states of a transaction. Typically,
+a given transaction may include upto two connections (one on the UA/client side and the
+other on the Origin side). Traffic Server supports two kinds of timers "Active" and
+"Inactive" timers for each side respectively, as applicable at a given state. The below
+picture illustrates the specific timers run at various states in the current implementation.
+The picture only depicts the HTTP transaction level timers and does not include the TLS handshake
+states and other more detailed/internal timers in each individual state.
+
+.. figure:: ../static/images/admin/transaction_states_timers.svg
+      :align: center
+   :alt: Active and Inactive Timers in various states
+